From 912a1e5f0b4537902b97ff81594611a8b6b3a853 Mon Sep 17 00:00:00 2001
From: dengzedong <dengzedong@email>
Date: 星期一, 30 九月 2024 17:33:31 +0800
Subject: [PATCH] 动态加载、卸载 jar、dll 模型测试运行 替换临时文件夹

---
 /dev/null                                                                                                                     |   30 
 iailab-module-model/iailab-module-model-biz/.flattened-pom.xml                                                                |  179 
 iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/DllUtils.java              |  128 
 logs/log-debug.2024-09-30.log                                                                                                 | 10518 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/ModelServiceApplication.java                             |   21 
 iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/service/impl/MpkFileServiceImpl.java    |   29 
 iailab-module-model/.flattened-pom.xml                                                                                        |   23 
 iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MpkFileController.java |    2 
 iailab-module-model/iailab-module-model-api/.flattened-pom.xml                                                                |   38 
 iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/GenUtils.java              |    2 
 iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MdkController.java     |   42 
 iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/Readtxt.java               |   52 
 12 files changed, 10,966 insertions(+), 98 deletions(-)

diff --git a/iailab-module-model/.flattened-pom.xml b/iailab-module-model/.flattened-pom.xml
new file mode 100644
index 0000000..3f93f18
--- /dev/null
+++ b/iailab-module-model/.flattened-pom.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.iailab</groupId>
+    <artifactId>iailab-plat</artifactId>
+    <version>0.0.1</version>
+  </parent>
+  <groupId>com.iailab</groupId>
+  <artifactId>iailab-module-model</artifactId>
+  <version>0.0.1</version>
+  <packaging>pom</packaging>
+  <modules>
+    <module>iailab-module-model-biz</module>
+    <module>iailab-module-model-api</module>
+  </modules>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <maven.compiler.source>8</maven.compiler.source>
+    <maven.compiler.target>8</maven.compiler.target>
+  </properties>
+</project>
diff --git a/iailab-module-model/iailab-module-model-api/.flattened-pom.xml b/iailab-module-model/iailab-module-model-api/.flattened-pom.xml
new file mode 100644
index 0000000..580c96e
--- /dev/null
+++ b/iailab-module-model/iailab-module-model-api/.flattened-pom.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.iailab</groupId>
+    <artifactId>iailab-module-model</artifactId>
+    <version>0.0.1</version>
+  </parent>
+  <groupId>com.iailab</groupId>
+  <artifactId>iailab-module-model-api</artifactId>
+  <version>0.0.1</version>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <maven.compiler.source>8</maven.compiler.source>
+    <maven.compiler.target>8</maven.compiler.target>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springdoc</groupId>
+      <artifactId>springdoc-openapi-ui</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-validation</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.cloud</groupId>
+      <artifactId>spring-cloud-starter-openfeign</artifactId>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/iailab-module-model/iailab-module-model-biz/.flattened-pom.xml b/iailab-module-model/iailab-module-model-biz/.flattened-pom.xml
new file mode 100644
index 0000000..103b4c3
--- /dev/null
+++ b/iailab-module-model/iailab-module-model-biz/.flattened-pom.xml
@@ -0,0 +1,179 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.iailab</groupId>
+    <artifactId>iailab-module-model</artifactId>
+    <version>0.0.1</version>
+  </parent>
+  <groupId>com.iailab</groupId>
+  <artifactId>iailab-module-model-biz</artifactId>
+  <version>0.0.1</version>
+  <properties>
+    <mdk.version>MDK.taisteel.202308231710</mdk.version>
+    <easypoi.version>4.1.0</easypoi.version>
+    <commons.io.version>2.11.0</commons.io.version>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <maven.compiler.source>8</maven.compiler.source>
+    <velocity.version>1.7</velocity.version>
+    <maven.compiler.target>8</maven.compiler.target>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-env</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-module-data-api</artifactId>
+      <version>${revision}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-module-infra-api</artifactId>
+      <version>${revision}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-module-system-api</artifactId>
+      <version>${revision}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-biz-data-permission</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-biz-tenant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-biz-ip</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-module-model-api</artifactId>
+      <version>${revision}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-security</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-mybatis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-rpc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-monitor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-biz-data-permission</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.iailab</groupId>
+      <artifactId>iailab-common-excel</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.alibaba.cloud</groupId>
+      <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.alibaba.cloud</groupId>
+      <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+      <version>4.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>com.iail</groupId>
+      <artifactId>IAILMDK</artifactId>
+      <version>0.94.9</version>
+    </dependency>
+    <dependency>
+      <groupId>com.iail</groupId>
+      <artifactId>MDK</artifactId>
+      <version>${mdk.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>cn.afterturn</groupId>
+      <artifactId>easypoi-base</artifactId>
+      <version>${easypoi.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>cn.afterturn</groupId>
+      <artifactId>easypoi-web</artifactId>
+      <version>${easypoi.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>cn.afterturn</groupId>
+      <artifactId>easypoi-annotation</artifactId>
+      <version>${easypoi.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>${commons.io.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>${velocity.version}</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <finalName>${project.artifactId}</finalName>
+    <plugins>
+      <plugin>
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-maven-plugin</artifactId>
+        <version>${spring.boot.version}</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>repackage</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>flatten-maven-plugin</artifactId>
+        <version>1.1.0</version>
+        <executions>
+          <execution>
+            <id>flatten</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>flatten</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>flatten.clean</id>
+            <phase>clean</phase>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <updatePomFile>true</updatePomFile>
+          <flattenMode>resolveCiFriendliesOnly</flattenMode>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/ModelServiceApplication.java b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/ModelServiceApplication.java
index 10db3e6..4cb632e 100644
--- a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/ModelServiceApplication.java
+++ b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/ModelServiceApplication.java
@@ -1,10 +1,13 @@
 package com.iailab;
 
+import iail.mdk.model.common.Environment;
 import org.springframework.boot.CommandLineRunner;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.scheduling.annotation.EnableAsync;
 
+import java.io.File;
+import java.io.InputStream;
 import java.util.Properties;
 
 @EnableAsync
@@ -15,13 +18,17 @@
         //加载动态链接库
         try {
             Properties properties = new Properties();
-//            InputStream in = ModelServiceApplication.class.getClassLoader().getResourceAsStream("iailmdk.properties");
-//            properties.load(in);
-//            String mdkInitPath = properties.getProperty("mdk-init-path");
-//            System.out.println("mdkInitPath=" + mdkInitPath);
-//            System.load(mdkInitPath + File.separator + "IAIL.MDK.Mid.Windows.dll");
-//            Environment env = new Environment();
-//            env.init();
+            InputStream in = ModelServiceApplication.class.getClassLoader().getResourceAsStream("iailmdk.properties");
+            properties.load(in);
+            String mdkInitPath = properties.getProperty("mdk-init-path");
+            System.out.println("mdkInitPath=" + mdkInitPath);
+            File file = new File(mdkInitPath + File.separator + "IAIL.MDK.Mid.Windows.dll");
+            if (!file.exists()) {
+                throw new RuntimeException("动态链接库IAIL.MDK.Mid.Windows.dll文件不存在," + file.getAbsolutePath());
+            }
+            System.load(file.getAbsolutePath());
+            Environment env = new Environment();
+            env.init();
         } catch (Exception e) {
             e.printStackTrace();
             System.out.println("动态链接库IAIL.MDK.Mid.Windows.dll初始化失败");
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/DllUtils.java b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/DllUtils.java
new file mode 100644
index 0000000..d4831ad
--- /dev/null
+++ b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/DllUtils.java
@@ -0,0 +1,128 @@
+package com.iailab.module.model.mpk.common.utils;
+
+import lombok.extern.slf4j.Slf4j;
+import org.apache.commons.lang3.StringUtils;
+import sun.misc.URLClassPath;
+
+import java.io.File;
+import java.lang.reflect.Field;
+import java.lang.reflect.Method;
+import java.net.URL;
+import java.net.URLClassLoader;
+import java.util.Iterator;
+import java.util.Vector;
+
+@Slf4j
+public class DllUtils {
+
+    /**
+     * @description: 加载dll到指定class下
+     * @author: dzd
+     * @date: 2024/9/30 14:27
+     **/
+    public static void loadDll(Class<?> clazz, String dllPath) {
+        try {
+            Method method = Runtime.class.getDeclaredMethod("load0", Class.class,String.class);
+            boolean accessible = method.isAccessible();
+            method.setAccessible(true);
+            method.invoke(Runtime.getRuntime(), clazz,dllPath);
+            method.setAccessible(accessible);
+            log.info("成功加载dll:"+ dllPath);
+        } catch (Exception e) {
+            throw new RuntimeException("加载dll异常",e);
+        }
+    }
+
+    /**
+     * @description: 卸载classLoader下全部dll
+     * @author: dzd
+     * @date: 2024/9/30 14:31
+     **/
+    public static synchronized void uploadDll(URLClassLoader classLoader) {
+        try {
+            Field field = ClassLoader.class.getDeclaredField("nativeLibraries");
+            field.setAccessible(true);
+            Vector<Object> libs = (Vector<Object>) field.get(classLoader);
+            Iterator<Object> it = libs.iterator();
+            Object o;
+            while (it.hasNext()) {
+                o = it.next();
+                Method method = o.getClass().getDeclaredMethod("finalize");
+                boolean accessible = method.isAccessible();
+                method.setAccessible(true);
+                method.invoke(o);
+                method.setAccessible(accessible);
+
+                Field nameDield = o.getClass().getDeclaredField("name");
+                nameDield.setAccessible(true);
+                String name = (String) nameDield.get(o);
+
+                log.info("成功卸载dll:" + name);
+            }
+        } catch (Exception e) {
+            throw new RuntimeException("卸载dll异常",e);
+        }
+    }
+
+    /**
+     * @description: 从classLoader中卸载dll,如果dllName传null,则默认删除全部dll
+     * @author: dzd
+     * @date: 2024/9/30 14:52
+     **/
+    public static synchronized void uploadDllName(URLClassLoader classLoader,String dllName) {
+        try {
+            Field field = ClassLoader.class.getDeclaredField("nativeLibraries");
+            field.setAccessible(true);
+            Vector<Object> libs = (Vector<Object>) field.get(classLoader);
+            Iterator<Object> it = libs.iterator();
+            Object o;
+            while (it.hasNext()) {
+                o = it.next();
+                Field nameDield = o.getClass().getDeclaredField("name");
+                nameDield.setAccessible(true);
+                String name = (String) nameDield.get(o);
+                // dllName不为null 并且 不等于name,跳出(dllName为null默认全部删除)
+                if (StringUtils.isNotEmpty(dllName) && !dllName.equals(name)) {
+                    return;
+                }
+                Method method = o.getClass().getDeclaredMethod("finalize");
+                boolean accessible = method.isAccessible();
+                method.setAccessible(true);
+                method.invoke(o);
+                method.setAccessible(accessible);
+                log.info("成功卸载dll:" + name);
+            }
+        } catch (Exception e) {
+            throw new RuntimeException("卸载dll异常",e);
+        }
+    }
+
+    /**
+     * @description: 加载jar到特定的URLClassLoader,并返回URLClassLoader
+     * @author: dzd
+     * @date: 2024/9/30 14:20
+     **/
+    public static synchronized URLClassLoader loadJar(String jarPath) {
+        File jarFile = new File(jarPath);
+        if (!jarFile.exists()) {
+            throw new RuntimeException("jar沒有找到!");
+        } else {
+            try {
+                URLClassLoader urlClassLoader = new URLClassLoader(new URL[]{jarFile.toURI().toURL()});
+                log.info("成功加载jar包:"+ jarFile.getAbsolutePath());
+                return urlClassLoader;
+            } catch (Exception e) {
+                throw new RuntimeException("加载jar异常",e);
+            }
+        }
+    }
+
+    public static synchronized void uploadJar(URLClassLoader urlClassLoader) {
+        try {
+            urlClassLoader.close();
+            log.info("成功卸载jar包。");
+        } catch (Exception e) {
+            throw new RuntimeException("卸载jar异常",e);
+        }
+    }
+}
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/GenUtils.java b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/GenUtils.java
index b1a1611..124bf18 100644
--- a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/GenUtils.java
+++ b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/GenUtils.java
@@ -59,7 +59,7 @@
             FileUtil.writeUtf8String(writer.toString(),toFile);
             IOUtils.closeQuietly(writer);
         } catch (IOException e) {
-            throw new RuntimeException("模板渲染异常");
+            throw new RuntimeException("模板渲染异常",e);
         }
     }
 }
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/Readtxt.java b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/Readtxt.java
index fd3e96e..8bbb43a 100644
--- a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/Readtxt.java
+++ b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/common/utils/Readtxt.java
@@ -110,32 +110,36 @@
     }
 
     public static List<double[][]> readMethodExcel(MultipartFile file) throws IOException {
-        Workbook workbook = WorkbookFactory.create(file.getInputStream());
-        //获取工作薄里面sheet的个数
-        int sheetNum = workbook.getNumberOfSheets();
-        List<double[][]> datas = new ArrayList<>(sheetNum - 1);
-        //从第二个sheet开始读,第一个为示例
-        for (int i = 1; i < sheetNum; i++) {
-            Sheet sheet = workbook.getSheetAt(i);
-            //获取sheet中有数据的行数
-            int rows = sheet.getPhysicalNumberOfRows();
-            double[][] doubles2 = new double[rows][];
-            for (int j = 0; j < rows; j++) {
-                //获取每一行的数据
-                Row row = sheet.getRow(j);
-                //得到每一行中有效单元格的数据
-                short cells = row.getLastCellNum();
-                //定义一个doubles数组用来存储读取单元格的数据
-                double[] doubles1 = new double[cells];
-                //遍历每一个有效的单元格数据
-                for (int k = 0; k < cells; k++) {
-                    //获取每一个单元格的数据
-                    Cell cell = row.getCell(k, Row.MissingCellPolicy.CREATE_NULL_AS_BLANK);
-                    doubles1[k] = cell.getNumericCellValue();
+        List<double[][]> datas;
+        try (Workbook workbook = WorkbookFactory.create(file.getInputStream())) {
+            //获取工作薄里面sheet的个数
+            int sheetNum = workbook.getNumberOfSheets();
+            datas = new ArrayList<>(sheetNum - 1);
+            //从第二个sheet开始读,第一个为示例
+            for (int i = 1; i < sheetNum; i++) {
+                Sheet sheet = workbook.getSheetAt(i);
+                //获取sheet中有数据的行数
+                int rows = sheet.getPhysicalNumberOfRows();
+                double[][] doubles2 = new double[rows][];
+                for (int j = 0; j < rows; j++) {
+                    //获取每一行的数据
+                    Row row = sheet.getRow(j);
+                    //得到每一行中有效单元格的数据
+                    short cells = row.getLastCellNum();
+                    //定义一个doubles数组用来存储读取单元格的数据
+                    double[] doubles1 = new double[cells];
+                    //遍历每一个有效的单元格数据
+                    for (int k = 0; k < cells; k++) {
+                        //获取每一个单元格的数据
+                        Cell cell = row.getCell(k, Row.MissingCellPolicy.CREATE_NULL_AS_BLANK);
+                        doubles1[k] = cell.getNumericCellValue();
+                    }
+                    doubles2[j] = doubles1;
                 }
-                doubles2[j] = doubles1;
+                datas.add(doubles2);
             }
-            datas.add(doubles2);
+        } catch (Exception e) {
+            throw new RuntimeException("解析Excel异常",e);
         }
 
         return datas;
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MdkController.java b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MdkController.java
index 0c77b58..6141714 100644
--- a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MdkController.java
+++ b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MdkController.java
@@ -5,17 +5,17 @@
 import com.iailab.framework.common.exception.enums.GlobalErrorCodeConstants;
 import com.iailab.framework.common.pojo.CommonResult;
 import com.iailab.module.model.mpk.common.MdkConstant;
+import com.iailab.module.model.mpk.common.utils.DllUtils;
 import com.iailab.module.model.mpk.common.utils.Readtxt;
 import com.iailab.module.model.mpk.dto.MdkDTO;
 import io.swagger.v3.oas.annotations.Operation;
+import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.util.CollectionUtils;
 import org.springframework.web.bind.annotation.*;
 import org.springframework.web.multipart.MultipartFile;
 
 import java.io.File;
-import java.lang.reflect.Method;
-import java.net.URL;
 import java.net.URLClassLoader;
 import java.util.ArrayList;
 import java.util.HashMap;
@@ -30,6 +30,7 @@
  * @createTime 2024年08月08日
  */
 @RestController
+@Slf4j
 @RequestMapping("/model/mpk/api")
 public class MdkController {
     @Value("${mpk.bak-file-path}")
@@ -38,7 +39,8 @@
 
     @PostMapping("run")
     public CommonResult<String> run(@RequestBody MdkDTO dto) {
-
+        Class<?> clazz;
+        URLClassLoader classLoader;
         try {
             File jarFile = new File(mpkBakFilePath + File.separator + MdkConstant.JAR + File.separator + dto.getPyName() + ".jar");
             if (!jarFile.exists()) {
@@ -46,13 +48,16 @@
             }
             File dllFile = new File(mpkBakFilePath + File.separator + MdkConstant.DLL + File.separator + dto.getPyName() + ".dll");
             if (!dllFile.exists()) {
-                throw new RuntimeException("dllw文件不存在,请先生成代码。dllPath:" + dllFile.getAbsolutePath());
+                throw new RuntimeException("dll文件不存在,请先生成代码。dllPath:" + dllFile.getAbsolutePath());
             }
             // 加载jar包
-            loadJar(jarFile.getAbsolutePath());
-            // 加载dll
-            System.load(dllFile.getAbsolutePath());
+            classLoader = DllUtils.loadJar(jarFile.getAbsolutePath());
+            // 实现类
+            clazz = classLoader.loadClass(dto.getClassName());
+            // 加载dll到实现类
+            DllUtils.loadDll(clazz,dllFile.getAbsolutePath());
         } catch (Exception e) {
+            e.printStackTrace();
             throw new RuntimeException("加载运行环境失败。");
         }
 
@@ -92,14 +97,16 @@
                 paramsArray[datas.size()] = HashMap.class;
             }
 
-            Class<?> clazz = Class.forName(dto.getClassName());
-            Method method = clazz.getMethod(dto.getMethodName(), paramsArray);
-            HashMap result = (HashMap)method.invoke(clazz.newInstance(), paramsValueArray);
+            HashMap result = (HashMap) clazz.getDeclaredMethod(dto.getMethodName(), paramsArray).invoke(clazz.newInstance(), paramsValueArray);
             return success(JSON.toJSONString(result));
         } catch (Exception ex) {
             ex.printStackTrace();
             return error(GlobalErrorCodeConstants.INTERNAL_SERVER_ERROR.getCode(),"运行异常");
         } finally {
+            if (classLoader != null) {
+                DllUtils.uploadDll(classLoader);
+                DllUtils.uploadJar(classLoader);
+            }
             System.gc();
         }
     }
@@ -117,20 +124,5 @@
             }
         }
         return success(result);
-    }
-
-    private void loadJar(String jarPath) throws Exception {
-        File jarFile = new File(jarPath);
-        if (!jarFile.exists()) {
-            throw new Exception("jar沒有找到!");
-        } else {
-            Method method = URLClassLoader.class.getDeclaredMethod("addURL", URL.class);
-            boolean accessible = method.isAccessible();
-            method.setAccessible(true);
-            URLClassLoader classLoader = (URLClassLoader)ClassLoader.getSystemClassLoader();
-            URL url = jarFile.toURI().toURL();
-            method.invoke(classLoader, url);
-            method.setAccessible(accessible);
-        }
     }
 }
\ No newline at end of file
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MpkFileController.java b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MpkFileController.java
index 180c168..f7c2e75 100644
--- a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MpkFileController.java
+++ b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/controller/admin/MpkFileController.java
@@ -102,7 +102,7 @@
 
             IOUtils.write(data, response.getOutputStream());
         } catch (Exception e) {
-            throw new RuntimeException("代码生成异常");
+            throw new RuntimeException("代码生成异常",e);
         }
     }
 
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/service/impl/MpkFileServiceImpl.java b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/service/impl/MpkFileServiceImpl.java
index cdeb74e..b3c7725 100644
--- a/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/service/impl/MpkFileServiceImpl.java
+++ b/iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mpk/service/impl/MpkFileServiceImpl.java
@@ -36,6 +36,7 @@
 import org.springframework.web.multipart.MultipartFile;
 
 import java.io.*;
+import java.nio.file.Files;
 import java.util.*;
 import java.util.stream.Collectors;
 
@@ -189,9 +190,13 @@
         VelocityContext dataContext = new VelocityContext(map);
 
         //临时文件夹
-        File dirPath = new File("D:/DLUT/tmp/");
-        dirPath.deleteOnExit();
-        dirPath.mkdirs();
+        File dirPath = null;
+        try {
+            dirPath = Files.createTempDirectory("generatorCodeTmp").toFile();
+            log.info("生成临时文件夹," + dirPath.getAbsolutePath());
+        } catch (IOException e) {
+            throw new RuntimeException("创建临时文件夹异常",e);
+        }
 
         List<String> javaFilePaths = new ArrayList<>();
         List<String> cppFilePaths = new ArrayList<>();
@@ -273,7 +278,7 @@
         try {
             FileUtils.deleteDirectory(dirPath);
         } catch (IOException e) {
-            throw new RuntimeException("删除临时文件异常");
+            throw new RuntimeException("删除临时文件异常",e);
         }
         return bytes;
     }
@@ -289,9 +294,13 @@
 //        VelocityContext context = new VelocityContext(map);
 
         //临时文件夹
-        File dirPath = new File("D:/DLUT/tmp/");
-        dirPath.deleteOnExit();
-        dirPath.mkdirs();
+        File dirPath = null;
+        try {
+            dirPath = Files.createTempDirectory("packageModelTmp").toFile();
+            log.info("生成临时文件夹," + dirPath.getAbsolutePath());
+        } catch (IOException e) {
+            throw new RuntimeException("创建临时文件夹异常",e);
+        }
 
         //设置velocity资源加载器
         Properties prop = new Properties();
@@ -434,7 +443,7 @@
             // 等待命令执行完成
             process.waitFor();
         } catch (Exception e) {
-            throw new RuntimeException("执行cmd命令生成dll异常");
+            throw new RuntimeException("执行cmd命令生成dll异常",e);
         }
     }
 
@@ -492,7 +501,7 @@
             process.waitFor();
             return jarSavePath;
         } catch (InterruptedException e) {
-            throw new RuntimeException("执行cmd命令打jar包异常");
+            throw new RuntimeException("执行cmd命令打jar包异常",e);
         }
     }
 
@@ -513,7 +522,7 @@
             Process process = RuntimeUtil.exec(sb.toString());
             process.waitFor();
         } catch (InterruptedException e) {
-            throw new RuntimeException("执行cmd命令生成class异常");
+            throw new RuntimeException("执行cmd命令生成class异常",e);
         }
     }
 }
\ No newline at end of file
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/IAILMDK/common/Environment.java b/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/IAILMDK/common/Environment.java
deleted file mode 100644
index 039c954..0000000
--- a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/IAILMDK/common/Environment.java
+++ /dev/null
@@ -1,44 +0,0 @@
-package iail.mdk.model.common;
-
-/**
- * @Description
- * @Author Forrest
- * @Mail 1255187617@qq.com
- * @Date 2021/1/12
- */
-public class Environment {
-    private native int jniInit();
-
-    private native int jniIsInit();
-
-    private native void jniRelease();
-
-    private native int statusCode();
-
-    /**
-     * 初始化环境
-     */
-    public int init() {
-        return jniInit();
-    }
-
-    /**
-     * 获取初始化状态
-     */
-    public int isInit() {
-        return jniIsInit();
-    }
-
-    /**
-     * 释放资源
-     */
-    public void release() {
-        jniRelease();
-    }
-    /**
-     *校验机器码
-     * */
-//    public int checkMachineCode(String mCode){
-//        return statusCode();
-//    }
-}
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/IAILMDK/utils/AlgsUtils.java b/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/IAILMDK/utils/AlgsUtils.java
deleted file mode 100644
index 55f173d..0000000
--- a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/IAILMDK/utils/AlgsUtils.java
+++ /dev/null
@@ -1,172 +0,0 @@
-package iail.mdk.model.utils;
-
-import java.util.HashMap;
-
-
-/**
- * @Auther: Forrest
- * @Date: 2020/6/8 14:05
- * @Description:
- */
-public class AlgsUtils {
-    private HashMap<String, Object> model = new HashMap<String, Object>();
-
-    public HashMap<String, Object> createPredictHashmap(HashMap<String, Object> models) {
-        if ((models.containsKey("iail/mdk/model"))) {
-            if (((String) ((HashMap) models.get("iail/mdk/model")).get("param1")).isEmpty()) {
-                String aaa = "error";
-                model.put("param1", aaa);
-            } else {
-                String model_train = (String) ((HashMap) models.get("iail/mdk/model")).get("param1");
-                model.put("param1", model_train);
-            }
-        } else {
-            model = models;
-        }
-        return model;
-    }
-
-    public HashMap<String, Object> createPredictHashmapplus(HashMap<String, Object> models) {
-        if (models != null && models.containsKey("models")) {
-            if (((String) ((HashMap) models.get("models")).get("paramFile")).isEmpty()) {
-                String aaa = "error";
-                model.put("param1", aaa);
-            } else {
-                String model_train = (String) ((HashMap) models.get("models")).get("paramFile");
-                model.put("paramFile", model_train);
-                if (((HashMap) models.get("models")).containsKey("dim")) {
-                    Object dim = ((HashMap) models.get("models")).get("dim");
-                    model.put("dim", dim);
-                }
-            }
-        } else {
-            model = models;
-        }
-        return model;
-    }
-
-    private HashMap<String, Object> eval_pre = new HashMap<String, Object>();
-
-    /**
-     * 对返回码进行转换
-     *
-     * @param models
-     * @return
-     */
-    public int reverseResultCode(HashMap<String, Object> models) {
-        if ((models.containsKey("result_code"))) {
-            return Integer.parseInt((String) models.get("result_code"));
-        }
-        return -2;
-    }
-
-    /**
-     * 对评价指标进行转换
-     *
-     * @param models
-     * @return
-     */
-    public HashMap<String, Object> reverseEval(HashMap<String, Object> models) {
-        if ((models.containsKey("eval"))) {
-            if (((HashMap) models.get("eval")).containsKey("MAE")) {
-                double MAE = Double.parseDouble((String) ((HashMap) models.get("eval")).get("MAE"));
-                eval_pre.put("MAE", MAE);
-            }
-            if (((HashMap) models.get("eval")).containsKey("MAPE")) {
-                double MAPE = Double.parseDouble((String) ((HashMap) models.get("eval")).get("MAPE"));
-                eval_pre.put("MAPE", MAPE);
-            }
-            if (((HashMap) models.get("eval")).containsKey("RMSE")) {
-                double MAE = Double.parseDouble((String) ((HashMap) models.get("eval")).get("RMSE"));
-                eval_pre.put("RMSE", MAE);
-            }
-        }
-
-        return eval_pre;
-    }
-
-    /**
-     * 对models里面的参数进行转换
-     */
-    private HashMap<String, Object> train_result_models = new HashMap<String, Object>();
-
-    public HashMap<String, Object> reverseModels(HashMap<String, Object> train_result) {
-        if (train_result.containsKey("models")) {
-            train_result_models = (HashMap) train_result.get("models");
-            if (((HashMap) train_result.get("models")).containsKey("dim")) {
-                double dim = Double.parseDouble((String) ((HashMap) train_result.get("models")).get("dim"));
-                train_result_models.put("dim", dim);
-            }
-            train_result.put("models", train_result_models);
-        }
-        return train_result;
-    }
-
-
-    /**
-     * 获取二维数组行列数
-     *
-     * @param arr
-     * @return
-     */
-    public int[] getColAndRow(double[][] arr) {
-        int row = arr.length;
-        int col = arr[0].length;
-        int[] result = new int[2];
-        result[0] = row;
-        result[1] = col;
-        return result;
-    }
-
-    /**
-     * 两个二维数组进行合并
-     *
-     * @param data
-     * @param refs
-     * @return
-     */
-    public double[][] getMathergeArr(double[][] data, double[][] refs) {
-
-        int[] dataRowAndCol = getColAndRow(data);
-        int rowData = dataRowAndCol[0];
-        int colData = dataRowAndCol[1];
-
-        int[] refsRowAndCol = getColAndRow(refs);
-        int rowrefs = refsRowAndCol[0];
-        int colrefs = refsRowAndCol[1];
-
-        double[][] newData = new double[rowData + rowrefs][colData];
-        for (int i = 0; i < rowData; i++) {
-            for (int j = 0; j < colData; j++) {
-                newData[i][j] = data[i][j];
-            }
-        }
-
-        for (int i = 0; i < rowrefs; i++) {
-            for (int j = 0; j < colrefs; j++) {
-                newData[i + rowData][j] = refs[i][j];
-            }
-        }
-        return newData;
-    }
-
-    /**
-     * 对训练方法进行处理,实现评价指标的转换
-     */
-    public HashMap<String, Object> trainUtil(HashMap<String, Object> train_result, HashMap<String, Object> eval, String time) {
-        if (train_result.containsKey("eval")) {
-            eval = (HashMap<String, Object>) train_result.get("eval");
-            eval.put("time", time);
-            train_result.put("eval", eval);
-        }
-        train_result.put("result_code", reverseResultCode(train_result));
-        return train_result;
-    }
-
-    /**
-     * 对预测方法进行处理
-     */
-//    public HashMap<String,Object> predictUtil(){
-//
-//    }
-}
\ No newline at end of file
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/IAIL.MDK.Mid.Windows.dll b/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/IAIL.MDK.Mid.Windows.dll
deleted file mode 100644
index 612e003..0000000
--- a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/IAIL.MDK.Mid.Windows.dll
+++ /dev/null
Binary files differ
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/status_code.xml b/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/status_code.xml
deleted file mode 100644
index d2003e9..0000000
--- a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/status_code.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<status-codes>
-	<status-code code="100" tips="系统正常运行"/>
-	<status-code code="200" tips="算法模块加载失败"/>
-	<status-code code="201" tips="算法方法加载失败"/>
-	<status-code code="202" tips="类型不匹配"/>
-	<status-code code="203" tips="找不到模型存储路径"/>
-	<status-code code="204" tips="模型参数文件加载失败"/>
-	<status-code code="205" tips="计算过程中的数据或数组维度不匹配"/>
-	<status-code code="206" tips="数值错误"/>
-	<status-code code="207" tips="第三方库问题"/>
-	<status-code code="208" tips="评价指标计算错误"/>
-	<status-code code="209" tips="数据长度问题"/>
-	<status-code code="210" tips="初始化失败"/>
-	<status-code code="211" tips="train/predict函数输入格式错误"/>
-	<status-code code="212" tips="train/predict函数输出格式错误"/>
-	<status-code code="300" tips="MDK未配置"/>
-	<status-code code="301" tips="缺少依赖库"/>
-	<status-code code="400" tips="系统异常,未知错误"/>
-	<status-code code="401" tips="未能进入 Python"/>
-</status-codes>
\ No newline at end of file
diff --git a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/version.xml b/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/version.xml
deleted file mode 100644
index c70ccdd..0000000
--- a/iailab-module-model/iailab-module-model-biz/src/main/resources/bak/libs/version.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<algorithm-list name="算法版本列表">
-<!--	说明:version="0.11" 即现行算法未显式标注版本的算法-->
-		<algorithms name = "预测">
-		<algorithm name="非周期短期点预测" type="非周期完整数据" fileName="PredAperioComShortPoint" version="2.0"/>
-
-		<algorithm name="类周期短期点预测" type="类周期完整数据" fileName="PredPerioComShortPoint" version="2.0"/>
-		<algorithm name="中长期点预测" type="类周期完整数据" fileName="PredPerioComLongPoint" version="0.9.1"/>
-
-		<algorithm name="N型数据集点预测" type="N型" fileName="PredNTypeComShortPoint" version="0.20.0"/>
-		<algorithm name="调整用户短期点预测" type="阶跃" fileName="PredStepComShortPoint" version="1.0.5"/>
-		<algorithm name="因素预测" type="短期点预测" fileName="PredFactComShortPoint" version="1.1.13"/>
-
-		
-	</algorithms>
-	<algorithms name="数据预处理">
-		<algorithm name="滤波" fileName="PrepFilter" version="1.2.6"/>
-		<algorithm name="数据填补" fileName="PrepDaImput" version="0.12.0"/>
-		<algorithm name="异常点检测" fileName="PrepOutDetect" version="1.2.3"/>
-		<algorithm name="特征选择" fileName="prepFeaSelect" version="0.9.5"/>
-
-	</algorithms>
-	<algorithms name="调度">
-		<algorithm name="单介质调度" fileName="scheSingleEgy" version="1.0.1"/>
-		<algorithm name="热电调度" fileName="MSCoSchedul" version="1.0.1"/>
-		<algorithm name="调度建议" fileName="schedulSuggest" version="1.0.1"/>
-
-
-	</algorithms>
-
-</algorithm-list>
\ No newline at end of file
diff --git a/logs/log-debug.2024-09-30.log b/logs/log-debug.2024-09-30.log
new file mode 100644
index 0000000..249539e
--- /dev/null
+++ b/logs/log-debug.2024-09-30.log
@@ -0,0 +1,10518 @@
+[2024-09-30 08:38:35.246] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 101644 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 08:38:35.249] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 08:38:35.249] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 08:38:35.250] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 08:38:35.294] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 08:38:35.296] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@28f4f300
+[2024-09-30 08:38:37.185] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 08:38:37.458] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$eaff6444] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.470] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.473] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.475] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1892560818] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.481] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.487] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.497] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.542] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.545] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.573] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.593] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:38:37.907] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 08:38:37.908] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 08:38:37.908] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 08:38:37.935] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 08:38:37.947] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 08:38:37.947] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 08:38:38.137] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 08:38:38.137] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 08:38:38.138] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2842 ms
+[2024-09-30 08:38:38.390] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:38.463] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:38.979] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 08:38:38.980] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 08:38:38.982] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 08:38:39.100] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:39.125] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 08:38:39.125] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 08:38:39.151] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 08:38:39.151] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 08:38:39.151] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 08:38:39.151] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 08:38:39.152] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 08:38:39.152] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 08:38:39.152] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 08:38:39.158] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 08:38:39.158] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 08:38:39.158] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 08:38:39.158] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 08:38:39.158] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 08:38:39.158] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 08:38:39.158] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 08:38:39.330] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 08:38:41.521] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:42.398] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:42.566] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 08:38:42.717] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 08:38:42.821] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 08:38:42.868] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 08:38:42.883] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 08:38:42.910] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:43.295] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 08:38:43.886] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 08:38:43.922] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 08:38:45.393] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 08:38:45.449] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@640c2749, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@57ab7b32, org.springframework.security.web.context.SecurityContextPersistenceFilter@3bdf6d63, org.springframework.security.web.header.HeaderWriterFilter@5b6637f3, org.springframework.web.filter.CorsFilter@6285027a, org.springframework.security.web.authentication.logout.LogoutFilter@10b063fd, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@7b9d602c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@64ef9b9a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@264340f0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5e834f3a, org.springframework.security.web.session.SessionManagementFilter@60f6d689, org.springframework.security.web.access.ExceptionTranslationFilter@17796f47, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@126a8548]
+[2024-09-30 08:38:45.577] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 08:38:46.197] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:46.215] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:46.225] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 08:38:46.226] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 08:38:46.231] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 08:38:46.249] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:38:47.352] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 08:38:47.369] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 08:38:47.370] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 08:38:47.579] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 08:38:48.180] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 08:38:48.181] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 16.173 seconds (JVM running for 17.813)
+[2024-09-30 08:38:48.195] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 08:38:48.244] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 08:38:48.260] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 08:38:48.603] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 08:38:48.604] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 08:38:48.604] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 08:38:48.604] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 08:38:48.604] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 08:38:48.607] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@7226f238
+[2024-09-30 08:38:48.608] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@23e7bc6d
+[2024-09-30 08:38:48.609] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 08:38:48.609] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 5 ms
+[2024-09-30 08:38:49.215] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 08:38:55.034] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:38:55.044] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:38:55.046] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:38:55.261] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:38:55.264] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1a721fc4]
+[2024-09-30 08:38:55.272] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:38:55.283] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 08:38:55.283] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 08:38:55.284] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 08:38:55.287] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:38:55.291] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@564344bf href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@3d5db850 (truncated)...]
+[2024-09-30 08:38:55.293] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:38:55.300] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:38:55.301] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 08:38:55.301] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:38:55.303] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:38:55.303] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 08:38:55.304] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:39:06.845] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 08:39:06.846] | [Thread-10][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 08:39:06.846] | [Thread-10][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 08:39:06.846] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 08:39:06.846] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@28f4f300, started on Mon Sep 30 08:38:35 CST 2024
+[2024-09-30 08:39:06.847] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 08:39:07.242] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 08:39:07.247] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 08:39:07.287] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 08:39:07.290] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 08:39:07.295] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 08:39:07.296] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 08:39:07.296] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 08:54:24.676] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 58164 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 08:54:24.681] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 08:54:24.682] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 08:54:24.682] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 08:54:24.723] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 08:54:24.724] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6801b414
+[2024-09-30 08:54:26.414] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 08:54:26.657] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$9915362a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.668] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.671] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.673] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/596848689] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.680] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.687] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.697] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.746] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.749] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.776] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:26.795] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:54:27.096] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 08:54:27.097] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 08:54:27.097] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 08:54:27.121] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 08:54:27.131] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 08:54:27.131] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 08:54:27.294] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 08:54:27.294] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 08:54:27.294] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2570 ms
+[2024-09-30 08:54:27.569] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:27.640] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:28.119] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 08:54:28.120] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 08:54:28.121] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 08:54:28.235] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:28.260] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 08:54:28.260] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 08:54:28.285] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 08:54:28.286] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 08:54:28.286] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 08:54:28.286] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 08:54:28.286] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 08:54:28.286] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 08:54:28.286] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 08:54:28.290] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 08:54:28.291] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 08:54:28.291] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 08:54:28.291] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 08:54:28.291] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 08:54:28.292] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 08:54:28.292] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 08:54:28.461] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 08:54:30.278] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:31.118] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:31.329] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 08:54:31.471] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 08:54:31.575] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 08:54:31.617] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 08:54:31.633] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 08:54:31.657] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:31.991] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 08:54:32.480] | [redisson-netty-2-7][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 08:54:32.511] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 08:54:33.782] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 08:54:33.830] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3d28c0af, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@684001e6, org.springframework.security.web.context.SecurityContextPersistenceFilter@7712c315, org.springframework.security.web.header.HeaderWriterFilter@1738d3b2, org.springframework.web.filter.CorsFilter@6bb2b8d4, org.springframework.security.web.authentication.logout.LogoutFilter@321bf4b1, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@4a9f0360, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@59cbeaee, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3299ee2c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@64230d44, org.springframework.security.web.session.SessionManagementFilter@1926806c, org.springframework.security.web.access.ExceptionTranslationFilter@39aaa7db, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3b87c881]
+[2024-09-30 08:54:33.935] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 08:54:34.472] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:34.489] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:34.500] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 08:54:34.502] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 08:54:34.506] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 08:54:34.527] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:54:35.613] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 08:54:35.631] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 08:54:35.631] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 08:54:35.837] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 08:54:36.515] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 08:54:36.515] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.473 seconds (JVM running for 17.002)
+[2024-09-30 08:54:36.522] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 08:54:36.543] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 08:54:36.551] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 08:54:37.435] | [RMI TCP Connection(7)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 08:54:37.435] | [RMI TCP Connection(7)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 08:54:37.435] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 08:54:37.436] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 08:54:37.436] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 08:54:37.438] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@64f77e5f
+[2024-09-30 08:54:37.439] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@653df7f7
+[2024-09-30 08:54:37.439] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 08:54:37.439] | [RMI TCP Connection(7)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 4 ms
+[2024-09-30 08:54:37.534] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 08:54:51.168] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 08:54:51.493] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 08:54:51.500] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 08:54:51.502] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 08:54:51.506] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 08:54:51.554] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 08:54:51.561] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 55] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 08:54:51.565] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 58] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 08:54:55.440] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:54:55.441] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:54:55.442] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:54:55.460] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:54:55.462] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3229d645]
+[2024-09-30 08:54:55.468] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:54:55.480] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 08:54:55.481] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 08:54:55.482] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 08:54:55.485] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:54:55.488] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@798b7569 href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@6e93c0c3 (truncated)...]
+[2024-09-30 08:54:55.490] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:54:55.496] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:54:55.497] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 08:54:55.497] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:54:55.499] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:54:55.499] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 08:54:55.500] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:54:56.030] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 08:54:56.031] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 08:54:56.040] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(4525 ms)]
+[2024-09-30 08:54:56.040] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:55:05.471] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 08:55:05.472] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 08:55:05.473] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 08:55:05.474] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 08:55:05.474] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 08:55:05.475] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6801b414, started on Mon Sep 30 08:54:24 CST 2024
+[2024-09-30 08:55:05.827] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 08:55:05.832] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 08:55:05.866] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 08:55:05.869] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 08:55:05.875] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 08:55:05.875] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 08:55:05.875] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 08:55:15.085] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 26996 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 08:55:15.087] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 08:55:15.088] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 08:55:15.088] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 08:55:15.128] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 08:55:15.130] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54
+[2024-09-30 08:55:16.739] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 08:55:16.989] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$db042956] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.001] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.004] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.006] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1037406649] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.011] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.018] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.028] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.072] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.075] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.101] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.120] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 08:55:17.398] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 08:55:17.399] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 08:55:17.399] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 08:55:17.422] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 08:55:17.431] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 08:55:17.431] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 08:55:17.585] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 08:55:17.586] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 08:55:17.586] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2456 ms
+[2024-09-30 08:55:17.864] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:17.935] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:18.421] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 08:55:18.422] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 08:55:18.424] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 08:55:18.533] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:18.557] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 08:55:18.557] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 08:55:18.583] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 08:55:18.584] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 08:55:18.584] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 08:55:18.584] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 08:55:18.584] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 08:55:18.584] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 08:55:18.584] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 08:55:18.589] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 08:55:18.589] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 08:55:18.589] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 08:55:18.589] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 08:55:18.589] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 08:55:18.590] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 08:55:18.590] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 08:55:18.768] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 08:55:20.803] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:21.676] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:21.851] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 08:55:22.011] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 08:55:22.125] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 08:55:22.173] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 08:55:22.191] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 08:55:22.219] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:22.617] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 08:55:23.109] | [redisson-netty-2-7][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 08:55:23.142] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 08:55:24.422] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 08:55:24.473] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@12fbc568, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3dd2a70d, org.springframework.security.web.context.SecurityContextPersistenceFilter@50b1dfab, org.springframework.security.web.header.HeaderWriterFilter@c8e99, org.springframework.web.filter.CorsFilter@7ecf001f, org.springframework.security.web.authentication.logout.LogoutFilter@4e6c703a, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@27bc2650, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7cd239f6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5ba7391b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2620f935, org.springframework.security.web.session.SessionManagementFilter@623dc0b8, org.springframework.security.web.access.ExceptionTranslationFilter@53b81a55, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3a72160a]
+[2024-09-30 08:55:24.633] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 08:55:25.153] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:25.169] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:25.179] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 08:55:25.180] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 08:55:25.184] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 08:55:25.200] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 08:55:26.197] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 08:55:26.213] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 08:55:26.214] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 08:55:26.427] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 08:55:26.887] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 08:55:26.888] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 14.986 seconds (JVM running for 16.2)
+[2024-09-30 08:55:26.893] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 08:55:26.915] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 08:55:26.922] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 08:55:27.671] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 08:55:27.672] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 08:55:27.672] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 08:55:27.673] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 08:55:27.673] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 08:55:27.675] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@12362a3a
+[2024-09-30 08:55:27.676] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@654c2a9c
+[2024-09-30 08:55:27.676] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 08:55:27.676] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 4 ms
+[2024-09-30 08:55:27.900] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 08:55:38.683] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 08:55:39.019] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 08:55:39.027] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 08:55:39.029] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 08:55:39.033] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 08:55:39.074] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 08:55:39.080] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 55] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 08:55:39.080] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 58] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 08:55:39.448] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 08:55:39.451] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=500, data=null, msg=运行异常)]
+[2024-09-30 08:55:39.459] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(423 ms)]
+[2024-09-30 08:55:39.460] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:55:55.471] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:55:55.473] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:55:55.473] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:55:55.500] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:55:55.501] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6e8da32a]
+[2024-09-30 08:55:55.502] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:55:55.516] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 08:55:55.518] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 08:55:55.518] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 08:55:55.522] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:55:55.529] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@57a3d03b href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@6c8a5538 (truncated)...]
+[2024-09-30 08:55:55.532] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:55:55.539] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:55:55.540] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 08:55:55.540] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:55:55.543] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:55:55.543] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 08:55:55.545] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:56:07.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:56:07.806] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:56:07.806] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:56:07.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:56:07.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@543b3205]
+[2024-09-30 08:56:07.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:56:27.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:56:27.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:56:27.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:56:27.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:56:27.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@24f500c3]
+[2024-09-30 08:56:27.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:56:47.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:56:47.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:56:47.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:56:47.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:56:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@782d7745]
+[2024-09-30 08:56:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:57:07.804] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:57:07.804] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:57:07.805] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:57:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:57:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6fc9d5b9]
+[2024-09-30 08:57:07.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:57:07.887] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:57:07.888] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 08:57:07.888] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:57:07.889] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:57:07.889] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 08:57:07.889] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:57:27.804] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:57:27.805] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:57:27.805] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:57:27.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:57:27.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1768b3dc]
+[2024-09-30 08:57:27.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:57:47.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:57:47.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:57:47.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:57:47.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:57:47.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@645a8d60]
+[2024-09-30 08:57:47.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:58:07.805] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:58:07.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:58:07.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:58:07.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:58:07.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@45dd76cc]
+[2024-09-30 08:58:07.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:58:27.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:58:27.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:58:27.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:58:27.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:58:27.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@74c0e2c9]
+[2024-09-30 08:58:27.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:58:47.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:58:47.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:58:47.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:58:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:58:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@8219560]
+[2024-09-30 08:58:47.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:59:07.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:59:07.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:59:07.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:59:07.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:59:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2b801d5c]
+[2024-09-30 08:59:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:59:07.876] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:59:07.877] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 08:59:07.877] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 08:59:07.878] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:59:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 08:59:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:59:27.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:59:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:59:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:59:27.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:59:27.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@478d5864]
+[2024-09-30 08:59:27.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 08:59:47.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:59:47.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 08:59:47.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 08:59:47.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 08:59:47.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@50ab51f2]
+[2024-09-30 08:59:47.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:00:07.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:00:07.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:00:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:00:07.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:00:07.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@484f4000]
+[2024-09-30 09:00:07.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:00:19.059] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:00:19.069] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 09:00:19.070] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:00:19.071] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 09:00:19.072] | [pool-5-thread-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 09:00:19.075] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 09:00:19.076] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 55] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 09:00:19.076] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 58] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 09:00:19.336] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 09:00:19.337] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=500, data=null, msg=运行异常)]
+[2024-09-30 09:00:19.338] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(265 ms)]
+[2024-09-30 09:00:19.339] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:00:22.421] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 09:00:22.421] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 09:00:22.422] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 09:00:22.422] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 09:00:22.422] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 09:00:22.422] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54, started on Mon Sep 30 08:55:15 CST 2024
+[2024-09-30 09:00:22.802] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 09:00:22.808] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 09:00:22.858] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 09:00:22.861] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 09:00:22.869] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 09:00:22.870] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 09:00:22.870] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 09:00:32.496] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 29200 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 09:00:32.498] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 09:00:32.499] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 09:00:32.499] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 09:00:32.532] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 09:00:32.534] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54
+[2024-09-30 09:00:34.194] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 09:00:34.495] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$ab216fe0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.508] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.511] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.513] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1571025706] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.519] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.525] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.536] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.582] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.585] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.626] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.646] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:00:34.950] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 09:00:34.950] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 09:00:34.950] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 09:00:34.973] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 09:00:34.982] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 09:00:34.983] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 09:00:35.138] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 09:00:35.138] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 09:00:35.138] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2604 ms
+[2024-09-30 09:00:35.396] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:35.470] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:35.944] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 09:00:35.945] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 09:00:35.947] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 09:00:36.055] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:36.079] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 09:00:36.079] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 09:00:36.105] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 09:00:36.105] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 09:00:36.105] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 09:00:36.105] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 09:00:36.105] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 09:00:36.105] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 09:00:36.106] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 09:00:36.109] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 09:00:36.110] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 09:00:36.110] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 09:00:36.110] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 09:00:36.110] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 09:00:36.110] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 09:00:36.110] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 09:00:36.287] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 09:00:38.249] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:39.173] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:39.356] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 09:00:39.502] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 09:00:39.609] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 09:00:39.652] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 09:00:39.667] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 09:00:39.694] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:40.085] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 09:00:40.636] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 09:00:40.668] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 09:00:42.200] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 09:00:42.254] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@20fdf45a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@74876292, org.springframework.security.web.context.SecurityContextPersistenceFilter@345f4e0d, org.springframework.security.web.header.HeaderWriterFilter@18f8c76d, org.springframework.web.filter.CorsFilter@3bb59485, org.springframework.security.web.authentication.logout.LogoutFilter@458500d1, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@121f9c52, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@9214725, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@289d9f0d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@27d9a016, org.springframework.security.web.session.SessionManagementFilter@54af9cce, org.springframework.security.web.access.ExceptionTranslationFilter@52b2c255, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1082883b]
+[2024-09-30 09:00:42.368] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 09:00:42.902] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:42.923] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:42.935] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 09:00:42.936] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 09:00:42.941] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 09:00:42.963] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:00:44.072] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 09:00:44.091] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 09:00:44.091] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 09:00:44.314] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 09:00:44.868] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 09:00:44.869] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.751 seconds (JVM running for 16.983)
+[2024-09-30 09:00:44.876] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 09:00:44.898] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 09:00:44.905] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 09:00:45.232] | [RMI TCP Connection(1)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 09:00:45.233] | [RMI TCP Connection(1)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 09:00:45.233] | [RMI TCP Connection(1)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 09:00:45.233] | [RMI TCP Connection(1)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 09:00:45.234] | [RMI TCP Connection(1)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 09:00:45.236] | [RMI TCP Connection(1)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@2aa8b498
+[2024-09-30 09:00:45.236] | [RMI TCP Connection(1)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@531d6016
+[2024-09-30 09:00:45.237] | [RMI TCP Connection(1)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 09:00:45.237] | [RMI TCP Connection(1)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 4 ms
+[2024-09-30 09:00:45.885] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 09:00:55.699] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:00:55.712] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:00:55.713] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:00:55.926] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:00:55.928] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@199ba347]
+[2024-09-30 09:00:55.936] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:00:55.950] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:00:55.951] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 09:00:55.952] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:00:55.955] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:00:55.959] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@564344bf href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@3d5db850 (truncated)...]
+[2024-09-30 09:00:55.961] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:00:55.966] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:00:55.967] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:00:55.967] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:00:55.970] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:00:55.970] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:00:55.971] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:01:07.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:01:07.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:01:07.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:01:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:01:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4651ab66]
+[2024-09-30 09:01:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:01:27.805] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:01:27.806] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:01:27.807] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:01:27.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:01:27.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1f8b45b]
+[2024-09-30 09:01:27.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:01:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:01:47.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:01:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:01:47.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:01:47.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@578229a3]
+[2024-09-30 09:01:47.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:02:07.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:02:07.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:02:07.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:02:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:02:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2782e717]
+[2024-09-30 09:02:07.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:02:07.895] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:02:07.895] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:02:07.896] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:02:07.896] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:02:07.897] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:02:07.897] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:02:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:02:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:02:27.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:02:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:02:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@77533151]
+[2024-09-30 09:02:27.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:02:47.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:02:47.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:02:47.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:02:47.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:02:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1b1d11cb]
+[2024-09-30 09:02:47.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:03:07.804] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:03:07.804] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:03:07.805] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:03:07.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:03:07.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@65bfc58a]
+[2024-09-30 09:03:07.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:03:27.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:03:27.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:03:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:03:27.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:03:27.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2e265d9c]
+[2024-09-30 09:03:27.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:03:47.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:03:47.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:03:47.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:03:47.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:03:47.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@635a1faf]
+[2024-09-30 09:03:47.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:04:07.804] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:04:07.805] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:04:07.805] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:04:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:04:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@463dc6a9]
+[2024-09-30 09:04:07.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:04:07.898] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:04:07.899] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:04:07.899] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:04:07.900] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:04:07.900] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:04:07.900] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:04:17.620] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:04:17.713] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<com.iailab.module.system.api.oauth2.dto.OAuth2AccessTokenCheckRespDTO>]
+[2024-09-30 09:04:17.720] | [http-nio-8983-exec-6][DEBUG] | [c.i.f.s.c.h.AuthenticationEntryPointImpl.commence,line : 30] [commence][访问 URL(/admin-api/model/mpk/api/run) 时,没有登录]
+org.springframework.security.authentication.InsufficientAuthenticationException: Full authentication is required to access this resource
+	at org.springframework.security.web.access.ExceptionTranslationFilter.handleAccessDeniedException(ExceptionTranslationFilter.java:195)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.handleSpringSecurityException(ExceptionTranslationFilter.java:174)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:143)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at com.iailab.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:80)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
+	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
+	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
+	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.web.TenantContextWebFilter.doFilterInternal(TenantContextWebFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.datapermission.core.rpc.DataPermissionRpcWebFilter.doFilterInternal(DataPermissionRpcWebFilter.java:33)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.web.core.filter.CacheRequestBodyFilter.doFilterInternal(CacheRequestBodyFilter.java:22)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.env.core.web.EnvWebFilter.doFilterInternal(EnvWebFilter.java:28)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tracer.core.filter.TraceFilter.doFilterInternal(TraceFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
+	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
+	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
+	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
+	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
+	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
+	at java.lang.Thread.run(Thread.java:748)
+[2024-09-30 09:04:17.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:04:17.839] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 09:04:17.844] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 09:04:17.844] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:04:17.849] | [http-nio-8983-exec-7][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 09:04:17.884] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 09:04:17.887] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 55] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 09:04:17.888] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 58] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 09:04:20.999] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 09:04:21.000] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 09:04:21.012] | [http-nio-8983-exec-7][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(3149 ms)]
+[2024-09-30 09:04:21.013] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:04:27.804] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:04:27.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:04:27.809] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:04:27.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:04:27.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@47884801]
+[2024-09-30 09:04:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:04:47.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:04:47.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:04:47.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:04:47.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:04:47.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@16241aa1]
+[2024-09-30 09:04:47.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:05:07.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:05:07.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:05:07.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:05:07.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:05:07.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@576e2f8f]
+[2024-09-30 09:05:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:05:27.806] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:05:27.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:05:27.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:05:27.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:05:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7c866714]
+[2024-09-30 09:05:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:05:47.802] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:05:47.803] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:05:47.803] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:05:47.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:05:47.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@18f91c2f]
+[2024-09-30 09:05:47.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:06:07.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:06:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:06:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:06:07.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:06:07.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@17cf6cf0]
+[2024-09-30 09:06:07.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:06:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:06:07.886] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:06:07.886] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:06:07.887] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:06:07.888] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:06:07.888] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:06:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:06:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:06:27.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:06:27.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:06:27.835] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2f8468aa]
+[2024-09-30 09:06:27.836] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:06:47.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:06:47.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:06:47.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:06:47.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:06:47.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28ad936c]
+[2024-09-30 09:06:47.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:07:07.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:07:07.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:07:07.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:07:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:07:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1ff5ef3f]
+[2024-09-30 09:07:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:07:27.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:07:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:07:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:07:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:07:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@13db3c77]
+[2024-09-30 09:07:27.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:07:47.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:07:47.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:07:47.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:07:47.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:07:47.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6cdef239]
+[2024-09-30 09:07:47.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:08:07.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:08:07.809] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:08:07.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:08:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:08:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@310c2df9]
+[2024-09-30 09:08:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:08:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:08:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:08:07.878] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:08:07.878] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:08:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:08:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:08:27.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:08:27.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:08:27.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:08:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:08:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7465b6f7]
+[2024-09-30 09:08:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:08:47.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:08:47.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:08:47.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:08:47.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:08:47.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@484237cd]
+[2024-09-30 09:08:47.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:09:07.806] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:09:07.806] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:09:07.806] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:09:07.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:09:07.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@34a1259]
+[2024-09-30 09:09:07.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:09:27.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:09:27.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:09:27.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:09:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:09:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@36a70dd5]
+[2024-09-30 09:09:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:09:47.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:09:47.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:09:47.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:09:47.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:09:47.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7bcdfca]
+[2024-09-30 09:09:47.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:10:07.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:10:07.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:10:07.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:10:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:10:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@33dd5fb5]
+[2024-09-30 09:10:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:10:07.890] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:10:07.890] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:10:07.891] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:10:07.891] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:10:07.891] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:10:07.892] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:10:27.807] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:10:27.808] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:10:27.808] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:10:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:10:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@46a1b1eb]
+[2024-09-30 09:10:27.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:10:47.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:10:47.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:10:47.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:10:47.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:10:47.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@63f69d82]
+[2024-09-30 09:10:47.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:11:07.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:11:07.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:11:07.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:11:07.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:11:07.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5aa2ab01]
+[2024-09-30 09:11:07.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:11:27.802] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:11:27.802] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:11:27.802] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:11:27.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:11:27.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a1ee988]
+[2024-09-30 09:11:27.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:11:47.809] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:11:47.809] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:11:47.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:11:47.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:11:47.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6256f1b3]
+[2024-09-30 09:11:47.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:12:07.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:12:07.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:12:07.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:12:07.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:12:07.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5dcc567e]
+[2024-09-30 09:12:07.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:12:07.881] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:12:07.882] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:12:07.882] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:12:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:12:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:12:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:12:27.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:12:27.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:12:27.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:12:27.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:12:27.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7c842014]
+[2024-09-30 09:12:27.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:12:47.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:12:47.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:12:47.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:12:47.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:12:47.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@bd532e6]
+[2024-09-30 09:12:47.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:13:07.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:13:07.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:13:07.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:13:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:13:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@98040d3]
+[2024-09-30 09:13:07.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:13:12.547] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 09:13:12.548] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 09:13:12.548] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 09:13:12.549] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 09:13:12.549] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54, started on Mon Sep 30 09:00:32 CST 2024
+[2024-09-30 09:13:12.549] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 09:13:12.902] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 09:13:12.906] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 09:13:12.944] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 09:13:12.947] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 09:13:12.953] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 09:13:12.953] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 09:13:12.954] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 09:13:22.467] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 44500 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 09:13:22.469] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 09:13:22.470] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 09:13:22.470] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 09:13:22.510] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 09:13:22.512] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54
+[2024-09-30 09:13:24.212] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 09:13:24.478] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$725470dd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.493] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.496] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.498] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/655326029] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.504] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.510] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.523] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.568] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.570] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.595] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.615] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:13:24.897] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 09:13:24.897] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 09:13:24.897] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 09:13:24.925] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 09:13:24.934] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 09:13:24.934] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 09:13:25.115] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 09:13:25.115] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 09:13:25.115] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2603 ms
+[2024-09-30 09:13:25.355] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:25.430] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:25.877] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 09:13:25.878] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 09:13:25.879] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 09:13:25.995] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:26.019] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 09:13:26.020] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 09:13:26.047] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 09:13:26.047] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 09:13:26.047] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 09:13:26.047] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 09:13:26.047] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 09:13:26.047] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 09:13:26.048] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 09:13:26.051] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 09:13:26.052] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 09:13:26.052] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 09:13:26.052] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 09:13:26.052] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 09:13:26.052] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 09:13:26.052] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 09:13:26.223] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 09:13:28.039] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:28.870] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:29.029] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 09:13:29.170] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 09:13:29.275] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 09:13:29.319] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 09:13:29.334] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 09:13:29.359] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:29.694] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 09:13:30.178] | [redisson-netty-2-7][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 09:13:30.208] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 09:13:31.502] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 09:13:31.549] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@a6cb2c9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c32f3d8, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c59f315, org.springframework.security.web.header.HeaderWriterFilter@5122387, org.springframework.web.filter.CorsFilter@46700301, org.springframework.security.web.authentication.logout.LogoutFilter@175377d3, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@3872867d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@72cf159f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@54af9cce, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@17f4276b, org.springframework.security.web.session.SessionManagementFilter@4a9b4d4e, org.springframework.security.web.access.ExceptionTranslationFilter@3f54fabc, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@44faf689]
+[2024-09-30 09:13:31.654] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 09:13:32.167] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:32.182] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:32.192] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 09:13:32.193] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 09:13:32.197] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 09:13:32.214] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:13:33.212] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 09:13:33.229] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 09:13:33.231] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 09:13:33.442] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 09:13:33.886] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 09:13:33.886] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.035 seconds (JVM running for 16.165)
+[2024-09-30 09:13:33.892] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 09:13:33.914] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 09:13:33.925] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 09:13:34.540] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 09:13:34.540] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 09:13:34.540] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 09:13:34.540] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 09:13:34.540] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 09:13:34.542] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@6fd06439
+[2024-09-30 09:13:34.543] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@1dfc414f
+[2024-09-30 09:13:34.543] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 09:13:34.543] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 3 ms
+[2024-09-30 09:13:34.898] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 09:13:45.981] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:13:46.253] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 09:13:46.259] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 09:13:46.261] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:13:46.265] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 09:13:46.304] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 09:13:46.310] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 55] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 09:13:46.314] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 09:13:49.443] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 09:13:49.445] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 09:13:49.451] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(3184 ms)]
+[2024-09-30 09:13:49.452] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:13:55.924] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:13:55.925] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:13:55.925] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:13:55.937] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:13:55.938] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@353947c2]
+[2024-09-30 09:13:55.939] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:13:55.961] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:13:55.962] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 09:13:55.963] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:13:55.965] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:13:55.968] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@144613c3 href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@7950f47c (truncated)...]
+[2024-09-30 09:13:55.970] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:13:55.976] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:13:55.977] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:13:55.977] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:13:55.979] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:13:55.979] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:13:55.980] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:14:07.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:14:07.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:14:07.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:14:07.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:14:07.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7b76b7cb]
+[2024-09-30 09:14:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:14:27.804] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:14:27.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:14:27.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:14:27.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:14:27.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@63c6bbc0]
+[2024-09-30 09:14:27.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:14:47.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:14:47.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:14:47.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:14:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:14:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a26a017]
+[2024-09-30 09:14:47.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:15:07.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:15:07.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:15:07.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:15:07.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:15:07.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21e2b162]
+[2024-09-30 09:15:07.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:15:07.886] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:15:07.887] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:15:07.887] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:15:07.888] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:15:07.888] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:15:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:15:27.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:15:27.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:15:27.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:15:27.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:15:27.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3a83ac48]
+[2024-09-30 09:15:27.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:15:47.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:15:47.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:15:47.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:15:47.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:15:47.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@19e019b6]
+[2024-09-30 09:15:47.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:16:07.803] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:16:07.804] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:16:07.804] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:16:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:16:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@68f7f04c]
+[2024-09-30 09:16:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:16:27.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:16:27.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:16:27.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:16:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:16:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7b3359fc]
+[2024-09-30 09:16:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:16:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:16:47.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:16:47.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:16:47.837] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:16:47.838] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@72677c17]
+[2024-09-30 09:16:47.839] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:17:07.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:17:07.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:17:07.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:17:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:17:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4f84f528]
+[2024-09-30 09:17:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:17:07.888] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:17:07.889] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:17:07.890] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:17:07.892] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:17:07.892] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:17:07.892] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:17:27.806] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:17:27.807] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:17:27.807] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:17:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:17:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@13409797]
+[2024-09-30 09:17:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:17:47.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:17:47.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:17:47.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:17:47.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:17:47.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@8dae63b]
+[2024-09-30 09:17:47.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:18:07.808] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:18:07.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:18:07.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:18:07.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:18:07.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@39e9c7bf]
+[2024-09-30 09:18:07.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:18:27.801] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:18:27.802] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:18:27.803] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:18:27.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:18:27.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a41aa9f]
+[2024-09-30 09:18:27.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:18:47.806] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:18:47.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:18:47.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:18:47.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:18:47.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4e84a73]
+[2024-09-30 09:18:47.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:19:07.799] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:19:07.799] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:19:07.799] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:19:07.806] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:19:07.806] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@150f6345]
+[2024-09-30 09:19:07.806] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:19:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:19:07.883] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:19:07.883] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:19:07.884] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:19:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:19:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:19:19.528] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 09:19:19.528] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 09:19:19.528] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 09:19:19.529] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 09:19:19.529] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54, started on Mon Sep 30 09:13:22 CST 2024
+[2024-09-30 09:19:19.530] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 09:19:20.198] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 09:19:20.206] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 09:19:20.256] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 09:19:20.260] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 09:19:20.266] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 09:19:20.267] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 09:19:20.267] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 09:19:30.850] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 50012 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 09:19:30.852] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 09:19:30.852] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 09:19:30.853] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 09:19:30.893] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 09:19:30.896] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6801b414
+[2024-09-30 09:19:32.525] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 09:19:32.769] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$1297139a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.780] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.783] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.785] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1106392217] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.789] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.795] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.804] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.850] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.854] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.880] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:32.913] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:19:33.194] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 09:19:33.194] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 09:19:33.194] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 09:19:33.220] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 09:19:33.228] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 09:19:33.229] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 09:19:33.382] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 09:19:33.382] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 09:19:33.382] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2486 ms
+[2024-09-30 09:19:33.656] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:33.727] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:34.194] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 09:19:34.195] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 09:19:34.196] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 09:19:34.309] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:34.334] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 09:19:34.334] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 09:19:34.360] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 09:19:34.361] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 09:19:34.361] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 09:19:34.361] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 09:19:34.361] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 09:19:34.362] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 09:19:34.362] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 09:19:34.366] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 09:19:34.367] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 09:19:34.367] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 09:19:34.367] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 09:19:34.367] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 09:19:34.367] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 09:19:34.367] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 09:19:34.566] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 09:19:36.569] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:37.440] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:37.599] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 09:19:37.739] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 09:19:37.853] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 09:19:37.894] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 09:19:37.912] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 09:19:37.938] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:38.261] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 09:19:38.754] | [redisson-netty-2-6][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 09:19:38.784] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 09:19:40.103] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 09:19:40.150] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@53e6b541, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1548dc37, org.springframework.security.web.context.SecurityContextPersistenceFilter@a6fc2e1, org.springframework.security.web.header.HeaderWriterFilter@7640a191, org.springframework.web.filter.CorsFilter@23317e8a, org.springframework.security.web.authentication.logout.LogoutFilter@3fb920d9, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@6e5fba90, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6d21a69f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@10b063fd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@520c235f, org.springframework.security.web.session.SessionManagementFilter@5a0b925a, org.springframework.security.web.access.ExceptionTranslationFilter@64ef9b9a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@73344f4a]
+[2024-09-30 09:19:40.254] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 09:19:40.813] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:40.830] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:40.839] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 09:19:40.840] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 09:19:40.844] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 09:19:40.860] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:19:41.833] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 09:19:41.849] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 09:19:41.850] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 09:19:42.063] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 09:19:42.507] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 09:19:42.507] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 14.859 seconds (JVM running for 16.328)
+[2024-09-30 09:19:42.513] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 09:19:42.533] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 09:19:42.541] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 09:19:43.388] | [RMI TCP Connection(7)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 09:19:43.388] | [RMI TCP Connection(7)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 09:19:43.389] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 09:19:43.389] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 09:19:43.389] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 09:19:43.392] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@5de2205e
+[2024-09-30 09:19:43.392] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@384126db
+[2024-09-30 09:19:43.392] | [RMI TCP Connection(7)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 09:19:43.392] | [RMI TCP Connection(7)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 4 ms
+[2024-09-30 09:19:43.523] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 09:19:56.200] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:19:56.210] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:19:56.212] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:19:56.429] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:19:56.431] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@74d9b509]
+[2024-09-30 09:19:56.441] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:19:56.454] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:19:56.454] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 09:19:56.455] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:19:56.459] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:19:56.467] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@799e81b8 href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@68f9362a (truncated)...]
+[2024-09-30 09:19:56.471] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:19:56.480] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:19:56.481] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:19:56.482] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:19:56.485] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:19:56.485] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:19:56.487] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:20:04.010] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#page(Map)
+[2024-09-30 09:20:04.212] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 09:20:04.218] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/admin-api/model/mpk/file/page?page=1&pageSize=10&pyName=&label=", parameters={masked}
+[2024-09-30 09:20:04.222] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#page(Map)
+[2024-09-30 09:20:04.254] | [http-nio-8983-exec-4][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/file/page) 参数({pyName=, pageSize=10, page=1, label=})]
+[2024-09-30 09:20:04.387] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 09:20:04.475] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.module.system.api.tenant.dto.TenantDataSourceConfigRespDTO]
+[2024-09-30 09:20:04.501] | [http-nio-8983-exec-4][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-2,iailab_ntt_model} inited
+[2024-09-30 09:20:04.504] | [http-nio-8983-exec-4][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [iailab_ntt_model] success
+[2024-09-30 09:20:04.629] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList_mpCount.debug,line : 135] ==>  Preparing: SELECT COUNT(*) AS total FROM t_mpk_file
+[2024-09-30 09:20:04.650] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList_mpCount.debug,line : 135] ==> Parameters: 
+[2024-09-30 09:20:04.675] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList_mpCount.debug,line : 135] <==      Total: 1
+[2024-09-30 09:20:04.684] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList.debug,line : 135] ==>  Preparing: SELECT id, py_name, py_chinese_name, file_path, py_type, pkg_name, class_name, py_module, icon, menu_name, group_name, remark, updater, update_date, creator, create_date FROM t_mpk_file ORDER BY create_date DESC LIMIT ?
+[2024-09-30 09:20:04.688] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList.debug,line : 135] ==> Parameters: 10(Long)
+[2024-09-30 09:20:04.694] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList.debug,line : 135] <==      Total: 5
+[2024-09-30 09:20:04.723] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 09:20:04.724] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data=PageData(total=5, list=[MpkFileDTO(id=3b656bca-9567-4705-9f34-8c1de6fc2803 (truncated)...]
+[2024-09-30 09:20:04.729] | [http-nio-8983-exec-4][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/file/page) 耗时(471 ms)]
+[2024-09-30 09:20:04.730] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:20:04.790] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.FileMenuController#tree()
+[2024-09-30 09:20:04.790] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/admin-api/model/mpk/menu/tree", parameters={}
+[2024-09-30 09:20:04.792] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.FileMenuController#tree()
+[2024-09-30 09:20:04.793] | [http-nio-8983-exec-6][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 49] [preHandle][开始请求 URL(/admin-api/model/mpk/menu/tree) 无参数]
+[2024-09-30 09:20:04.818] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, name, sort FROM t_mpk_file_menu ORDER BY sort ASC
+[2024-09-30 09:20:04.820] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: 
+[2024-09-30 09:20:04.826] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 4
+[2024-09-30 09:20:04.855] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, menu_id, name, sort FROM t_mpk_file_group WHERE (menu_id = ?) ORDER BY sort ASC
+[2024-09-30 09:20:04.857] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: e3d0419b-7dc6-4da1-9e9b-0e915ae0514b(String)
+[2024-09-30 09:20:04.859] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 0
+[2024-09-30 09:20:04.863] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, menu_id, name, sort FROM t_mpk_file_group WHERE (menu_id = ?) ORDER BY sort ASC
+[2024-09-30 09:20:04.864] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: 87b79514-e6ea-4693-9026-fe32511be071(String)
+[2024-09-30 09:20:04.865] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 2
+[2024-09-30 09:20:04.879] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, menu_id, name, sort FROM t_mpk_file_group WHERE (menu_id = ?) ORDER BY sort ASC
+[2024-09-30 09:20:04.880] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: a47656bd-d65d-4279-8001-1a4038809df8(String)
+[2024-09-30 09:20:04.881] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 1
+[2024-09-30 09:20:04.887] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, menu_id, name, sort FROM t_mpk_file_group WHERE (menu_id = ?) ORDER BY sort ASC
+[2024-09-30 09:20:04.888] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: d312e948-8d27-44cc-bb0b-37379b975d15(String)
+[2024-09-30 09:20:04.889] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 0
+[2024-09-30 09:20:04.897] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 09:20:04.898] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data=[TreeLabelDTO(value=数据预处理, label=数据预处理, children=[]), TreeLabelDTO(value=产 (truncated)...]
+[2024-09-30 09:20:04.900] | [http-nio-8983-exec-6][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/menu/tree) 耗时(106 ms)]
+[2024-09-30 09:20:04.900] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:20:07.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:20:07.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:20:07.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:20:07.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:20:07.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2a05e3ee]
+[2024-09-30 09:20:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:20:14.208] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#generat(String, String, String, HttpServletResponse)
+[2024-09-30 09:20:14.209] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/admin-api/model/mpk/file/generat?id=3b656bca-9567-4705-9f34-8c1de6fc2803&zipFileName=PredFactGuiComShortPointLossRateMasteelV4_20240930092009.zip&remark=1&pyName=PredFactGuiComShortPointLossRateMasteelV4", parameters={masked}
+[2024-09-30 09:20:14.210] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#generat(String, String, String, HttpServletResponse)
+[2024-09-30 09:20:14.211] | [http-nio-8983-exec-8][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/file/generat) 参数({zipFileName=PredFactGuiComShortPointLossRateMasteelV4_20240930092009.zip, pyName=PredFactGuiComShortPointLossRateMasteelV4, remark=1, id=3b656bca-9567-4705-9f34-8c1de6fc2803})]
+[2024-09-30 09:20:14.256] | [http-nio-8983-exec-8][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] ==>  Preparing: SELECT a.*, b.id method_id, b.method_name, b.data_length, b.model, b.result_key, c.id setting_id, c.setting_key, c.name setting_name, c.value, c.type, c.value_type, c.max, c.min, d.id select_id, d.select_key, d.name select_name FROM t_mpk_file a LEFT JOIN t_mpk_model_method b ON a.id = b.mpk_file_id LEFT JOIN t_mpk_method_setting c ON b.id = c.method_id LEFT JOIN t_mpk_setting_select d ON c.id = d.setting_id WHERE a.id = ? ORDER BY b.sort, c.sort, d.sort
+[2024-09-30 09:20:14.257] | [http-nio-8983-exec-8][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] ==> Parameters: 3b656bca-9567-4705-9f34-8c1de6fc2803(String)
+[2024-09-30 09:20:14.269] | [http-nio-8983-exec-8][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] <==      Total: 2
+[2024-09-30 09:20:14.399] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.generatorCode,line : 196] 生成临时文件夹,C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503
+[2024-09-30 09:20:14.574] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 428] 执行cmd命令生成dll:cl /LD C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\C++\PredFactGuiComShortPointLossRateMasteelV4.cpp C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\C++\PredFactGuiComShortPointLossRateMasteelV4Jni.cpp /EHsc /o C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\libs\IAIL.MDK.Mid.Jni.dll /link IAIL.MDK.Mid.Windows.lib
+[2024-09-30 09:20:14.626] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] PredFactGuiComShortPointLossRateMasteelV4.cpp
+[2024-09-30 09:20:14.662] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\C++\PredFactGuiComShortPointLossRateMasteelV4.cpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
+[2024-09-30 09:20:14.835] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(25): warning C4091: “typedef ”: 没有声明变量时忽略“sarr_i”的左侧
+[2024-09-30 09:20:14.835] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(31): warning C4091: “typedef ”: 没有声明变量时忽略“sarr_f”的左侧
+[2024-09-30 09:20:14.835] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(40): warning C4091: “typedef ”: 没有声明变量时忽略“darr_i”的左侧
+[2024-09-30 09:20:14.836] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(48): warning C4091: “typedef ”: 没有声明变量时忽略“darr_f”的左侧
+[2024-09-30 09:20:14.836] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(57): warning C4091: “typedef ”: 没有声明变量时忽略“darr_f2”的左侧
+[2024-09-30 09:20:15.236] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] PredFactGuiComShortPointLossRateMasteelV4Jni.cpp
+[2024-09-30 09:20:15.499] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] 正在生成代码...
+[2024-09-30 09:20:15.563] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] Microsoft (R) Incremental Linker Version 14.16.27051.0
+[2024-09-30 09:20:15.563] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] Copyright (C) Microsoft Corporation.  All rights reserved.
+[2024-09-30 09:20:15.564] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] 
+[2024-09-30 09:20:15.564] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] /out:PredFactGuiComShortPointLossRateMasteelV4.dll 
+[2024-09-30 09:20:15.564] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] /dll 
+[2024-09-30 09:20:15.564] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] /implib:C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\libs\IAIL.MDK.Mid.Jni.lib 
+[2024-09-30 09:20:15.564] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] /out:C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\libs\IAIL.MDK.Mid.Jni.dll 
+[2024-09-30 09:20:15.564] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] IAIL.MDK.Mid.Windows.lib 
+[2024-09-30 09:20:15.564] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] PredFactGuiComShortPointLossRateMasteelV4.obj 
+[2024-09-30 09:20:15.564] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] PredFactGuiComShortPointLossRateMasteelV4Jni.obj 
+[2024-09-30 09:20:15.692] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437]   正在创建库 C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\libs\IAIL.MDK.Mid.Jni.lib 和对象 C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\libs\IAIL.MDK.Mid.Jni.exp
+[2024-09-30 09:20:15.747] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createClassFile,line : 517] 执行cmd命令生成class:javac -encoding utf-8 C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\IAILMDK\iail\mdk\model\pred\fact\PredFactGuiComShortPointLossRateMasteelV4.java C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\IAILMDK\iail\mdk\model\pred\fact\impl\PredFactGuiComShortPointLossRateMasteelV4Impl.java C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\IAILMDK\iail\mdk\model\utils\AlgsUtils.java C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\IAILMDK\iail\mdk\model\common\Environment.java
+[2024-09-30 09:20:16.178] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.pkgJar,line : 495] 执行cmd命令打jar包:jar -cvf C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\libs\IAILMDK.jar -C C:\Users\16630\AppData\Local\Temp\tmp1678437654730346503\IAILMDK\ .
+[2024-09-30 09:20:16.381] | [http-nio-8983-exec-8][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] ==>  Preparing: INSERT INTO t_mpk_generator_code_history (id, mdk_id, file_name, file_path, remark, create_time) VALUES (?, ?, ?, ?, ?, ?)
+[2024-09-30 09:20:16.384] | [http-nio-8983-exec-8][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] ==> Parameters: 6a63e927-3724-478f-bd1b-082c9a08fa00(String), 3b656bca-9567-4705-9f34-8c1de6fc2803(String), PredFactGuiComShortPointLossRateMasteelV4_20240930092009.zip(String), D:\DLUT\mpkBakFile\PredFactGuiComShortPointLossRateMasteelV4_20240930092009.zip(String), 1(String), 2024-09-30 09:20:16.363(Timestamp)
+[2024-09-30 09:20:16.400] | [http-nio-8983-exec-8][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] <==    Updates: 1
+[2024-09-30 09:21:16.541] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException,line : 416] Using @ExceptionHandler com.iailab.framework.web.core.handler.GlobalExceptionHandler#defaultExceptionHandler(HttpServletRequest, Throwable)
+[2024-09-30 09:21:16.548] | [http-nio-8983-exec-8][ERROR] | [c.i.f.w.c.h.GlobalExceptionHandler.defaultExceptionHandler,line : 244] [defaultExceptionHandler]
+java.lang.RuntimeException: 代码生成异常
+	at com.iailab.module.model.mpk.controller.admin.MpkFileController.generat(MpkFileController.java:105)
+	at com.iailab.module.model.mpk.controller.admin.MpkFileController$$FastClassBySpringCGLIB$$6c22fa97.invoke(<generated>)
+	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+	at org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
+	at org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
+	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)
+	at com.iailab.module.model.mpk.controller.admin.MpkFileController$$EnhancerBySpringCGLIB$$a052c62f.generat(<generated>)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:498)
+	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
+	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
+	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
+	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
+	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
+	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
+	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
+	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:497)
+	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:114)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.security.TenantSecurityWebFilter.doFilterInternal(TenantSecurityWebFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
+	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
+	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at com.iailab.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:80)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
+	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
+	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
+	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.web.TenantContextWebFilter.doFilterInternal(TenantContextWebFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.datapermission.core.rpc.DataPermissionRpcWebFilter.doFilterInternal(DataPermissionRpcWebFilter.java:33)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:102)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.env.core.web.EnvWebFilter.doFilterInternal(EnvWebFilter.java:28)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tracer.core.filter.TraceFilter.doFilterInternal(TraceFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
+	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
+	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
+	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
+	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
+	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
+	at java.lang.Thread.run(Thread.java:748)
+Caused by: org.apache.catalina.connector.ClientAbortException: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
+	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:348)
+	at org.apache.catalina.connector.OutputBuffer.appendByteArray(OutputBuffer.java:747)
+	at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:674)
+	at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:383)
+	at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:361)
+	at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:97)
+	at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:90)
+	at org.springframework.security.web.util.OnCommittedResponseWrapper$SaveContextServletOutputStream.write(OnCommittedResponseWrapper.java:632)
+	at org.apache.commons.io.IOUtils.write(IOUtils.java:2987)
+	at com.iailab.module.model.mpk.controller.admin.MpkFileController.generat(MpkFileController.java:103)
+	... 137 common frames omitted
+Caused by: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
+	at sun.nio.ch.SocketDispatcher.write0(Native Method)
+	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
+	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
+	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
+	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:469)
+	at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:136)
+	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1431)
+	at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:775)
+	at org.apache.tomcat.util.net.SocketWrapperBase.writeBlocking(SocketWrapperBase.java:600)
+	at org.apache.tomcat.util.net.SocketWrapperBase.write(SocketWrapperBase.java:544)
+	at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.doWrite(Http11OutputBuffer.java:540)
+	at org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:73)
+	at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:193)
+	at org.apache.coyote.Response.doWrite(Response.java:606)
+	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:335)
+	... 146 common frames omitted
+[2024-09-30 09:21:16.555] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 210] Found 'Content-Type:application/octet-stream;charset=UTF-8' in response
+[2024-09-30 09:21:16.556] | [http-nio-8983-exec-8][WARN ] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException,line : 434] Failure in @ExceptionHandler com.iailab.framework.web.core.handler.GlobalExceptionHandler#defaultExceptionHandler(HttpServletRequest, Throwable)
+org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class com.iailab.framework.common.pojo.CommonResult] with preset Content-Type 'application/octet-stream;charset=UTF-8'
+	at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:312)
+	at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.handleReturnValue(RequestResponseBodyMethodProcessor.java:183)
+	at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78)
+	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:135)
+	at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:428)
+	at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
+	at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:142)
+	at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
+	at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1332)
+	at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1143)
+	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)
+	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
+	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
+	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:497)
+	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:114)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.security.TenantSecurityWebFilter.doFilterInternal(TenantSecurityWebFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
+	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
+	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at com.iailab.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:80)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
+	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
+	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
+	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.web.TenantContextWebFilter.doFilterInternal(TenantContextWebFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.datapermission.core.rpc.DataPermissionRpcWebFilter.doFilterInternal(DataPermissionRpcWebFilter.java:33)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:102)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.env.core.web.EnvWebFilter.doFilterInternal(EnvWebFilter.java:28)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tracer.core.filter.TraceFilter.doFilterInternal(TraceFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
+	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
+	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
+	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
+	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
+	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
+	at java.lang.Thread.run(Thread.java:748)
+[2024-09-30 09:21:16.559] | [http-nio-8983-exec-8][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/file/generat) 耗时(62347 ms)]
+[2024-09-30 09:21:16.559] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1101] Failed to complete request: java.lang.RuntimeException: 代码生成异常
+[2024-09-30 09:21:16.561] | [http-nio-8983-exec-8][ERROR] | [o.a.c.c.C.[.[.[.[dispatcherServlet].log,line : 175] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.RuntimeException: 代码生成异常] with root cause
+java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
+	at sun.nio.ch.SocketDispatcher.write0(Native Method)
+	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
+	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
+	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
+	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:469)
+	at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:136)
+	at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1431)
+	at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:775)
+	at org.apache.tomcat.util.net.SocketWrapperBase.writeBlocking(SocketWrapperBase.java:600)
+	at org.apache.tomcat.util.net.SocketWrapperBase.write(SocketWrapperBase.java:544)
+	at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.doWrite(Http11OutputBuffer.java:540)
+	at org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:73)
+	at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:193)
+	at org.apache.coyote.Response.doWrite(Response.java:606)
+	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:335)
+	at org.apache.catalina.connector.OutputBuffer.appendByteArray(OutputBuffer.java:747)
+	at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:674)
+	at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:383)
+	at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:361)
+	at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:97)
+	at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:90)
+	at org.springframework.security.web.util.OnCommittedResponseWrapper$SaveContextServletOutputStream.write(OnCommittedResponseWrapper.java:632)
+	at org.apache.commons.io.IOUtils.write(IOUtils.java:2987)
+	at com.iailab.module.model.mpk.controller.admin.MpkFileController.generat(MpkFileController.java:103)
+	at com.iailab.module.model.mpk.controller.admin.MpkFileController$$FastClassBySpringCGLIB$$6c22fa97.invoke(<generated>)
+	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
+	at org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
+	at org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
+	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)
+	at com.iailab.module.model.mpk.controller.admin.MpkFileController$$EnhancerBySpringCGLIB$$a052c62f.generat(<generated>)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:498)
+	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
+	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
+	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
+	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
+	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
+	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
+	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
+	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:497)
+	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:114)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.security.TenantSecurityWebFilter.doFilterInternal(TenantSecurityWebFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
+	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
+	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at com.iailab.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:80)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
+	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
+	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
+	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.web.TenantContextWebFilter.doFilterInternal(TenantContextWebFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.datapermission.core.rpc.DataPermissionRpcWebFilter.doFilterInternal(DataPermissionRpcWebFilter.java:33)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:102)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.env.core.web.EnvWebFilter.doFilterInternal(EnvWebFilter.java:28)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tracer.core.filter.TraceFilter.doFilterInternal(TraceFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
+	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
+	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
+	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
+	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
+	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
+	at java.lang.Thread.run(Thread.java:748)
+[2024-09-30 09:21:16.736] | [task-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 09:21:26.171] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:21:26.172] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:21:26.172] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:21:26.180] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:21:26.180] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@915c898]
+[2024-09-30 09:21:26.181] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:21:26.188] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:21:26.189] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 09:21:26.189] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:21:26.190] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:21:26.190] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@4e67391c href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@6cff5753 (truncated)...]
+[2024-09-30 09:21:26.190] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:21:26.196] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:21:26.196] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:21:26.196] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:21:26.197] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:21:26.197] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:21:26.198] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:21:37.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:21:37.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:21:37.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:21:37.836] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:21:37.837] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@67da545]
+[2024-09-30 09:21:37.838] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:21:57.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:21:57.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:21:57.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:21:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:21:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a749cd9]
+[2024-09-30 09:21:57.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:22:00.654] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#generat(String, String, String, HttpServletResponse)
+[2024-09-30 09:22:00.664] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/admin-api/model/mpk/file/generat?id=3b656bca-9567-4705-9f34-8c1de6fc2803&zipFileName=PredFactGuiComShortPointLossRateMasteelV4_20240930092009.zip&remark=1&pyName=PredFactGuiComShortPointLossRateMasteelV4", parameters={masked}
+[2024-09-30 09:22:00.665] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#generat(String, String, String, HttpServletResponse)
+[2024-09-30 09:22:00.665] | [http-nio-8983-exec-6][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/file/generat) 参数({zipFileName=PredFactGuiComShortPointLossRateMasteelV4_20240930092009.zip, pyName=PredFactGuiComShortPointLossRateMasteelV4, remark=1, id=3b656bca-9567-4705-9f34-8c1de6fc2803})]
+[2024-09-30 09:22:00.667] | [pool-5-thread-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 09:22:00.688] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] ==>  Preparing: SELECT a.*, b.id method_id, b.method_name, b.data_length, b.model, b.result_key, c.id setting_id, c.setting_key, c.name setting_name, c.value, c.type, c.value_type, c.max, c.min, d.id select_id, d.select_key, d.name select_name FROM t_mpk_file a LEFT JOIN t_mpk_model_method b ON a.id = b.mpk_file_id LEFT JOIN t_mpk_method_setting c ON b.id = c.method_id LEFT JOIN t_mpk_setting_select d ON c.id = d.setting_id WHERE a.id = ? ORDER BY b.sort, c.sort, d.sort
+[2024-09-30 09:22:00.689] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] ==> Parameters: 3b656bca-9567-4705-9f34-8c1de6fc2803(String)
+[2024-09-30 09:22:00.690] | [pool-6-thread-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.module.system.api.tenant.dto.TenantDataSourceConfigRespDTO]
+[2024-09-30 09:22:00.694] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] <==      Total: 2
+[2024-09-30 09:22:00.697] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.generatorCode,line : 196] 生成临时文件夹,C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742
+[2024-09-30 09:22:00.739] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 428] 执行cmd命令生成dll:cl /LD C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\C++\PredFactGuiComShortPointLossRateMasteelV4.cpp C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\C++\PredFactGuiComShortPointLossRateMasteelV4Jni.cpp /EHsc /o C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\libs\IAIL.MDK.Mid.Jni.dll /link IAIL.MDK.Mid.Windows.lib
+[2024-09-30 09:22:00.797] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] PredFactGuiComShortPointLossRateMasteelV4.cpp
+[2024-09-30 09:22:00.808] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\C++\PredFactGuiComShortPointLossRateMasteelV4.cpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
+[2024-09-30 09:22:00.916] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(25): warning C4091: “typedef ”: 没有声明变量时忽略“sarr_i”的左侧
+[2024-09-30 09:22:00.916] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(31): warning C4091: “typedef ”: 没有声明变量时忽略“sarr_f”的左侧
+[2024-09-30 09:22:00.916] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(40): warning C4091: “typedef ”: 没有声明变量时忽略“darr_i”的左侧
+[2024-09-30 09:22:00.916] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(48): warning C4091: “typedef ”: 没有声明变量时忽略“darr_f”的左侧
+[2024-09-30 09:22:00.916] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(57): warning C4091: “typedef ”: 没有声明变量时忽略“darr_f2”的左侧
+[2024-09-30 09:22:01.250] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] PredFactGuiComShortPointLossRateMasteelV4Jni.cpp
+[2024-09-30 09:22:01.506] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] 正在生成代码...
+[2024-09-30 09:22:01.570] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] Microsoft (R) Incremental Linker Version 14.16.27051.0
+[2024-09-30 09:22:01.570] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] Copyright (C) Microsoft Corporation.  All rights reserved.
+[2024-09-30 09:22:01.571] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] 
+[2024-09-30 09:22:01.571] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] /out:PredFactGuiComShortPointLossRateMasteelV4.dll 
+[2024-09-30 09:22:01.571] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] /dll 
+[2024-09-30 09:22:01.571] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] /implib:C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\libs\IAIL.MDK.Mid.Jni.lib 
+[2024-09-30 09:22:01.572] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] /out:C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\libs\IAIL.MDK.Mid.Jni.dll 
+[2024-09-30 09:22:01.572] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] IAIL.MDK.Mid.Windows.lib 
+[2024-09-30 09:22:01.572] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] PredFactGuiComShortPointLossRateMasteelV4.obj 
+[2024-09-30 09:22:01.573] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437] PredFactGuiComShortPointLossRateMasteelV4Jni.obj 
+[2024-09-30 09:22:01.604] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 437]   正在创建库 C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\libs\IAIL.MDK.Mid.Jni.lib 和对象 C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\libs\IAIL.MDK.Mid.Jni.exp
+[2024-09-30 09:22:01.670] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createClassFile,line : 517] 执行cmd命令生成class:javac -encoding utf-8 C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\IAILMDK\iail\mdk\model\pred\fact\PredFactGuiComShortPointLossRateMasteelV4.java C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\IAILMDK\iail\mdk\model\pred\fact\impl\PredFactGuiComShortPointLossRateMasteelV4Impl.java C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\IAILMDK\iail\mdk\model\utils\AlgsUtils.java C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\IAILMDK\iail\mdk\model\common\Environment.java
+[2024-09-30 09:22:02.205] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.pkgJar,line : 495] 执行cmd命令打jar包:jar -cvf C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\libs\IAILMDK.jar -C C:\Users\16630\AppData\Local\Temp\tmp5693557702483097742\IAILMDK\ .
+[2024-09-30 09:22:02.426] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] ==>  Preparing: INSERT INTO t_mpk_generator_code_history (id, mdk_id, file_name, file_path, remark, create_time) VALUES (?, ?, ?, ?, ?, ?)
+[2024-09-30 09:22:02.428] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] ==> Parameters: 09bb5b89-cbc0-4e57-b37e-4d424445154c(String), 3b656bca-9567-4705-9f34-8c1de6fc2803(String), PredFactGuiComShortPointLossRateMasteelV4_20240930092009.zip(String), D:\DLUT\mpkBakFile\PredFactGuiComShortPointLossRateMasteelV4_20240930092009.zip(String), 1(String), 2024-09-30 09:22:02.423(Timestamp)
+[2024-09-30 09:22:02.433] | [http-nio-8983-exec-6][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] <==    Updates: 1
+[2024-09-30 09:22:02.479] | [http-nio-8983-exec-6][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/file/generat) 耗时(1813 ms)]
+[2024-09-30 09:22:02.479] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:22:17.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:22:17.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:22:17.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:22:17.835] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:22:17.835] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ba4ca3b]
+[2024-09-30 09:22:17.837] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:22:37.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:22:37.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:22:37.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:22:37.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:22:37.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@24dccc94]
+[2024-09-30 09:22:37.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:22:57.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:22:57.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:22:57.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:22:57.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:22:57.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4572a7fe]
+[2024-09-30 09:22:57.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:23:07.945] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:23:07.946] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:23:07.947] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:23:07.949] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:23:07.950] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:23:07.951] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:23:17.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:23:17.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:23:17.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:23:17.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:23:17.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5b0d38a0]
+[2024-09-30 09:23:17.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:23:37.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:23:37.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:23:37.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:23:37.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:23:37.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@32f7f2d6]
+[2024-09-30 09:23:37.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:23:39.347] | [Thread-10][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 09:23:39.347] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 09:23:39.347] | [Thread-10][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 09:23:39.349] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 09:23:39.349] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6801b414, started on Mon Sep 30 09:19:30 CST 2024
+[2024-09-30 09:23:39.349] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 09:23:39.827] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 09:23:39.836] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 09:23:39.896] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 09:23:39.902] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-2} closing ...
+[2024-09-30 09:23:39.918] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-2} closed
+[2024-09-30 09:23:39.918] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [iailab_ntt_model] success,
+[2024-09-30 09:23:39.919] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 09:23:39.921] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 09:23:39.921] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 09:23:39.922] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 09:23:51.598] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 49168 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 09:23:51.602] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 09:23:51.603] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 09:23:51.604] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 09:23:51.660] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 09:23:51.663] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4f327096
+[2024-09-30 09:23:53.778] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 09:23:54.126] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$5bd54717] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.145] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.150] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.152] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/951749445] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.160] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.171] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.184] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.249] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.255] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.293] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.323] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 09:23:54.709] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 09:23:54.709] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 09:23:54.709] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 09:23:54.734] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 09:23:54.745] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 09:23:54.745] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 09:23:54.987] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 09:23:54.988] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 09:23:54.988] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 3325 ms
+[2024-09-30 09:23:55.398] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:23:55.486] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:23:56.171] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 09:23:56.172] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 09:23:56.174] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 09:23:56.347] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:23:56.383] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 09:23:56.384] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 09:23:56.422] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 09:23:56.422] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 09:23:56.422] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 09:23:56.423] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 09:23:56.423] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 09:23:56.423] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 09:23:56.423] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 09:23:56.429] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 09:23:56.429] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 09:23:56.429] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 09:23:56.430] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 09:23:56.430] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 09:23:56.430] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 09:23:56.430] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 09:23:56.621] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 09:23:58.677] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:23:59.732] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:23:59.935] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 09:24:00.125] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 09:24:00.267] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 09:24:00.324] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 09:24:00.345] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 09:24:00.378] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:24:00.769] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 09:24:01.392] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 09:24:01.431] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 09:24:02.893] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 09:24:02.952] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@27b89e0a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@42bb0492, org.springframework.security.web.context.SecurityContextPersistenceFilter@5529fd4e, org.springframework.security.web.header.HeaderWriterFilter@3fe1b278, org.springframework.web.filter.CorsFilter@6eed5b68, org.springframework.security.web.authentication.logout.LogoutFilter@65630116, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@eea0b48, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@542759f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@68ac6e6e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4377b35b, org.springframework.security.web.session.SessionManagementFilter@4848681d, org.springframework.security.web.access.ExceptionTranslationFilter@1738d3b2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@19b6b7e7]
+[2024-09-30 09:24:03.067] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 09:24:03.651] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:24:03.677] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:24:03.689] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 09:24:03.691] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 09:24:03.695] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 09:24:03.717] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 09:24:04.945] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 09:24:04.969] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 09:24:04.969] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 09:24:05.223] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 09:24:06.702] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 09:24:06.703] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 19.025 seconds (JVM running for 20.882)
+[2024-09-30 09:24:06.710] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 09:24:06.739] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 09:24:06.748] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 09:24:07.727] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 09:24:07.810] | [RMI TCP Connection(10)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 09:24:07.811] | [RMI TCP Connection(10)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 09:24:07.811] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 09:24:07.812] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 09:24:07.812] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 09:24:07.814] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@e247ab4
+[2024-09-30 09:24:07.815] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@4b5fbe4c
+[2024-09-30 09:24:07.815] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 09:24:07.815] | [RMI TCP Connection(10)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 4 ms
+[2024-09-30 09:24:26.329] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:24:26.339] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:24:26.341] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:24:26.371] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:24:26.627] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6639d2d5]
+[2024-09-30 09:24:26.641] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:24:26.663] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:24:26.664] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 09:24:26.664] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 09:24:26.667] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:24:26.671] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@46074eba href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@546723f8 (truncated)...]
+[2024-09-30 09:24:26.673] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:24:26.678] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:24:26.678] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:24:26.679] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:24:26.680] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:24:26.680] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:24:26.682] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:24:37.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:24:37.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:24:37.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:24:37.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:24:37.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@9d7ec]
+[2024-09-30 09:24:37.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:24:57.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:24:57.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:24:57.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:24:57.840] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:24:57.840] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@c42ff9f]
+[2024-09-30 09:24:57.841] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:24:58.226] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:24:58.337] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 09:24:58.341] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 09:24:58.342] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 09:24:58.345] | [http-nio-8983-exec-8][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 09:24:58.377] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 09:24:58.378] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 55] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 09:24:58.382] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 09:25:01.424] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 09:25:01.424] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 09:25:01.435] | [http-nio-8983-exec-8][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(3078 ms)]
+[2024-09-30 09:25:01.436] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:25:17.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:25:17.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:25:17.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:25:17.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:25:17.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@72f3fd79]
+[2024-09-30 09:25:17.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:25:37.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:25:37.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:25:37.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:25:37.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:25:37.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5ea921a3]
+[2024-09-30 09:25:37.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:25:57.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:25:57.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:25:57.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:25:57.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:25:57.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@15189832]
+[2024-09-30 09:25:57.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:26:07.869] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:26:07.869] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:26:07.870] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:26:07.870] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:26:07.870] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:26:07.871] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:26:17.806] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:26:17.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:26:17.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:26:17.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:26:17.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@805b551]
+[2024-09-30 09:26:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:26:37.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:26:37.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:26:37.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:26:37.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:26:37.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@39f671b5]
+[2024-09-30 09:26:37.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:26:57.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:26:57.838] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:26:57.839] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:26:57.848] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:26:57.849] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@54587d93]
+[2024-09-30 09:26:57.850] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:27:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:27:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:27:17.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:27:17.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:27:17.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7dc0d69e]
+[2024-09-30 09:27:17.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:27:37.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:27:37.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:27:37.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:27:37.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:27:37.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7fccaa1e]
+[2024-09-30 09:27:37.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:27:57.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:27:57.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:27:57.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:27:57.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:27:57.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1b2fa16a]
+[2024-09-30 09:27:57.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:28:07.870] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:28:07.872] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:28:07.872] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:28:07.873] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:28:07.873] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:28:07.874] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:28:17.809] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:28:17.809] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:28:17.810] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:28:17.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:28:17.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7362e274]
+[2024-09-30 09:28:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:28:37.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:28:37.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:28:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:28:37.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:28:37.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2daf936]
+[2024-09-30 09:28:37.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:28:57.835] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:28:57.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:28:57.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:28:57.844] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:28:57.845] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@15886fd7]
+[2024-09-30 09:28:57.845] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:29:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:29:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:29:17.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:29:17.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:29:17.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3b4dff8c]
+[2024-09-30 09:29:17.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:29:37.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:29:37.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:29:37.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:29:37.837] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:29:37.837] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@24f3c68d]
+[2024-09-30 09:29:37.838] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:29:57.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:29:57.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:29:57.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:29:57.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:29:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@710722f8]
+[2024-09-30 09:29:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:30:07.867] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:30:07.868] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:30:07.868] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:30:07.869] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:30:07.869] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:30:07.870] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:30:17.808] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:30:17.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:30:17.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:30:17.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:30:17.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3686abf9]
+[2024-09-30 09:30:17.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:30:37.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:30:37.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:30:37.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:30:37.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:30:37.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a324d08]
+[2024-09-30 09:30:37.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:30:57.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:30:57.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:30:57.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:30:57.836] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:30:57.837] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@57591cec]
+[2024-09-30 09:30:57.837] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:31:17.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:31:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:31:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:31:17.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:31:17.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@674a6cf3]
+[2024-09-30 09:31:17.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:31:37.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:31:37.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:31:37.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:31:37.831] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:31:37.831] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5344b662]
+[2024-09-30 09:31:37.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:31:57.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:31:57.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:31:57.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:31:57.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:31:57.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@62aacbf0]
+[2024-09-30 09:31:57.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:32:07.870] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:32:07.870] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:32:07.871] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:32:07.872] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:32:07.872] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:32:07.873] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:32:17.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:32:17.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:32:17.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:32:17.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:32:17.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@309452e0]
+[2024-09-30 09:32:17.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:32:37.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:32:37.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:32:37.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:32:37.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:32:37.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@53cbb6b7]
+[2024-09-30 09:32:37.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:32:57.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:32:57.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:32:57.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:32:57.838] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:32:57.838] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@e7e8af0]
+[2024-09-30 09:32:57.839] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:33:17.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:33:17.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:33:17.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:33:17.835] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:33:17.836] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4fa7f4bc]
+[2024-09-30 09:33:17.837] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:33:37.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:33:37.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:33:37.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:33:37.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:33:37.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3269ae13]
+[2024-09-30 09:33:37.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:33:57.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:33:57.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:33:57.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:33:57.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:33:57.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1ca4d72d]
+[2024-09-30 09:33:57.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:34:07.877] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:34:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:34:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:34:07.879] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:34:07.879] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:34:07.880] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:34:17.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:34:17.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:34:17.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:34:17.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:34:17.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1bc878ff]
+[2024-09-30 09:34:17.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:34:37.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:34:37.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:34:37.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:34:37.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:34:37.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@d7f54f8]
+[2024-09-30 09:34:37.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:34:57.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:34:57.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:34:57.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:34:57.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:34:57.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4c84404f]
+[2024-09-30 09:34:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:35:17.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:35:17.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:35:17.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:35:17.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:35:17.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@13e1ff5c]
+[2024-09-30 09:35:17.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:35:37.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:35:37.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:35:37.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:35:37.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:35:37.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3723f6d9]
+[2024-09-30 09:35:37.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:35:57.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:35:57.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:35:57.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:35:57.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:35:57.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@27a6db]
+[2024-09-30 09:35:57.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:36:07.878] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:36:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:36:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:36:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:36:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:36:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:36:17.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:36:17.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:36:17.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:36:17.829] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:36:17.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@790a2ae6]
+[2024-09-30 09:36:17.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:36:37.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:36:37.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:36:37.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:36:37.836] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:36:37.836] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@8afdfa8]
+[2024-09-30 09:36:37.837] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:36:57.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:36:57.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:36:57.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:36:57.831] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:36:57.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@302933ca]
+[2024-09-30 09:36:57.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:37:17.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:37:17.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:37:17.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:37:17.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:37:17.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@23b48cd5]
+[2024-09-30 09:37:17.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:37:37.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:37:37.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:37:37.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:37:37.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:37:37.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7e86c91a]
+[2024-09-30 09:37:37.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:37:57.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:37:57.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:37:57.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:37:57.834] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:37:57.835] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6172bf9d]
+[2024-09-30 09:37:57.835] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:38:07.871] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:38:07.872] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:38:07.872] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:38:07.873] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:38:07.873] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:38:07.874] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:38:17.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:38:17.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:38:17.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:38:17.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:38:17.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7010d18c]
+[2024-09-30 09:38:17.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:38:37.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:38:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:38:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:38:37.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:38:37.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3499cbe]
+[2024-09-30 09:38:37.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:38:57.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:38:57.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:38:57.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:38:57.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:38:57.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1328b4fb]
+[2024-09-30 09:38:57.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:39:17.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:39:17.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:39:17.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:39:17.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:39:17.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@76e27c15]
+[2024-09-30 09:39:17.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:39:37.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:39:37.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:39:37.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:39:37.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:39:37.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@102fdf48]
+[2024-09-30 09:39:37.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:39:57.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:39:57.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:39:57.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:39:57.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:39:57.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3fc328a4]
+[2024-09-30 09:39:57.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:40:07.881] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:40:07.882] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:40:07.882] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:40:07.883] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:40:07.883] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:40:07.884] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:40:17.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:40:17.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:40:17.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:40:17.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:40:17.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3b6274a]
+[2024-09-30 09:40:17.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:40:37.836] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:40:37.837] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:40:37.838] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:40:37.844] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:40:37.845] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4e0f9409]
+[2024-09-30 09:40:37.845] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:40:57.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:40:57.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:40:57.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:40:57.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:40:57.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6c70a762]
+[2024-09-30 09:40:57.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:41:17.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:41:17.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:41:17.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:41:17.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:41:17.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@25fd8dff]
+[2024-09-30 09:41:17.838] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:41:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:41:37.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:41:37.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:41:37.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:41:37.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@264169a0]
+[2024-09-30 09:41:37.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:41:57.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:41:57.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:41:57.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:41:57.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:41:57.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@31e18ddd]
+[2024-09-30 09:41:57.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:42:07.883] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:42:07.883] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:42:07.884] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:42:07.884] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:42:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:42:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:42:17.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:42:17.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:42:17.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:42:17.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:42:17.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28c83926]
+[2024-09-30 09:42:17.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:42:37.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:42:37.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:42:37.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:42:37.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:42:37.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6e0711b5]
+[2024-09-30 09:42:37.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:42:57.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:42:57.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:42:57.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:42:57.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:42:57.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@8246dd5]
+[2024-09-30 09:42:57.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:43:17.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:43:17.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:43:17.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:43:17.837] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:43:17.838] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6bf6186d]
+[2024-09-30 09:43:17.838] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:43:37.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:43:37.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:43:37.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:43:37.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:43:37.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1a79da2c]
+[2024-09-30 09:43:37.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:43:57.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:43:57.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:43:57.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:43:57.841] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:43:57.842] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@30b656da]
+[2024-09-30 09:43:57.843] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:44:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:44:07.880] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:44:07.880] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:44:07.881] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:44:07.881] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:44:07.882] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:44:17.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:44:17.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:44:17.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:44:17.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:44:17.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5306f35a]
+[2024-09-30 09:44:17.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:44:37.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:44:37.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:44:37.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:44:37.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:44:37.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7ae26406]
+[2024-09-30 09:44:37.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:44:57.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:44:57.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:44:57.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:44:57.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:44:57.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6227f377]
+[2024-09-30 09:44:57.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:45:17.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:45:17.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:45:17.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:45:17.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:45:17.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@27a8f885]
+[2024-09-30 09:45:17.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:45:37.831] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:45:37.831] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:45:37.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:45:37.844] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:45:37.845] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@15837af5]
+[2024-09-30 09:45:37.846] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:45:57.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:45:57.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:45:57.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:45:57.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:45:57.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1896d677]
+[2024-09-30 09:45:57.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:46:07.877] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:46:07.878] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:46:07.879] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:46:07.880] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:46:07.880] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:46:07.881] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:46:17.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:46:17.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:46:17.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:46:17.838] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:46:17.838] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5cfa4695]
+[2024-09-30 09:46:17.839] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:46:37.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:46:37.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:46:37.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:46:37.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:46:37.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@52dbd7fb]
+[2024-09-30 09:46:37.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:46:57.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:46:57.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:46:57.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:46:57.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:46:57.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5d9f0f6a]
+[2024-09-30 09:46:57.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:47:17.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:47:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:47:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:47:17.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:47:17.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1e6b50d1]
+[2024-09-30 09:47:17.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:47:37.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:47:37.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:47:37.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:47:37.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:47:37.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@c7024f1]
+[2024-09-30 09:47:37.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:47:57.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:47:57.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:47:57.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:47:57.829] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:47:57.829] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5b2c3dd8]
+[2024-09-30 09:47:57.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:48:07.877] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:48:07.877] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:48:07.877] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:48:07.878] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:48:07.879] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:48:07.879] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:48:17.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:48:17.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:48:17.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:48:17.842] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:48:17.843] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@b277994]
+[2024-09-30 09:48:17.844] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:48:37.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:48:37.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:48:37.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:48:37.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:48:37.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@17faaff1]
+[2024-09-30 09:48:37.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:48:57.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:48:57.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:48:57.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:48:57.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:48:57.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@a688eb8]
+[2024-09-30 09:48:57.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:49:17.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:49:17.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:49:17.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:49:17.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:49:17.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@203be557]
+[2024-09-30 09:49:17.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:49:37.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:49:37.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:49:37.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:49:37.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:49:37.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3fbac703]
+[2024-09-30 09:49:37.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:49:57.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:49:57.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:49:57.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:49:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:49:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3d14e0a9]
+[2024-09-30 09:49:57.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:50:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:50:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:50:07.884] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:50:07.886] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:50:07.887] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:50:07.888] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:50:17.836] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:50:17.836] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:50:17.837] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:50:17.846] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:50:17.846] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@591d8998]
+[2024-09-30 09:50:17.846] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:50:37.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:50:37.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:50:37.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:50:37.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:50:37.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6182993]
+[2024-09-30 09:50:37.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:50:57.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:50:57.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:50:57.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:50:57.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:50:57.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@8517161]
+[2024-09-30 09:50:57.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:51:17.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:51:17.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:51:17.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:51:17.831] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:51:17.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1dd5cb8d]
+[2024-09-30 09:51:17.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:51:37.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:51:37.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:51:37.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:51:37.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:51:37.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@d8bd627]
+[2024-09-30 09:51:37.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:51:57.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:51:57.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:51:57.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:51:57.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:51:57.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2d5dc71d]
+[2024-09-30 09:51:57.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:52:07.884] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:52:07.885] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:52:07.885] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:52:07.886] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:52:07.886] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:52:07.886] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:52:17.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:52:17.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:52:17.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:52:17.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:52:17.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@77081b0a]
+[2024-09-30 09:52:17.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:52:37.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:52:37.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:52:37.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:52:37.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:52:37.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3783ecdc]
+[2024-09-30 09:52:37.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:52:57.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:52:57.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:52:57.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:52:57.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:52:57.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6dd6fb96]
+[2024-09-30 09:52:57.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:53:17.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:53:17.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:53:17.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:53:17.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:53:17.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2117dd67]
+[2024-09-30 09:53:17.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:53:37.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:53:37.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:53:37.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:53:37.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:53:37.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5f0e3bd8]
+[2024-09-30 09:53:37.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:53:57.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:53:57.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:53:57.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:53:57.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:53:57.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4d4afbd6]
+[2024-09-30 09:53:57.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:54:07.880] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:54:07.881] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:54:07.881] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:54:07.883] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:54:07.883] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:54:07.885] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:54:17.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:54:17.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:54:17.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:54:17.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:54:17.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5f59ef07]
+[2024-09-30 09:54:17.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:54:37.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:54:37.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:54:37.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:54:37.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:54:37.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a2c2409]
+[2024-09-30 09:54:37.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:54:57.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:54:57.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:54:57.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:54:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:54:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@184df421]
+[2024-09-30 09:54:57.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:55:17.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:55:17.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:55:17.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:55:17.833] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:55:17.833] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@d073082]
+[2024-09-30 09:55:17.834] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:55:37.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:55:37.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:55:37.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:55:37.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:55:37.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6c9f7dd9]
+[2024-09-30 09:55:37.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:55:57.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:55:57.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:55:57.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:55:57.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:55:57.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@13c18775]
+[2024-09-30 09:55:57.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:56:07.876] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:56:07.877] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:56:07.877] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:56:07.878] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:56:07.878] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:56:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:56:17.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:56:17.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:56:17.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:56:17.829] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:56:17.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@42cdf0cf]
+[2024-09-30 09:56:17.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:56:37.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:56:37.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:56:37.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:56:37.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:56:37.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4193efba]
+[2024-09-30 09:56:37.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:56:57.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:56:57.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:56:57.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:56:57.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:56:57.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ddc75ec]
+[2024-09-30 09:56:57.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:57:17.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:57:17.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:57:17.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:57:17.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:57:17.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@189a19ad]
+[2024-09-30 09:57:17.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:57:37.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:57:37.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:57:37.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:57:37.835] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:57:37.835] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5c322331]
+[2024-09-30 09:57:37.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:57:57.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:57:57.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:57:57.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:57:57.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:57:57.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@364cded9]
+[2024-09-30 09:57:57.834] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:58:07.877] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:58:07.877] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 09:58:07.878] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 09:58:07.879] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:58:07.879] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 09:58:07.880] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:58:17.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:58:17.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:58:17.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:58:17.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:58:17.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5b579344]
+[2024-09-30 09:58:17.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:58:37.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:58:37.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:58:37.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:58:37.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:58:37.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@203f4e7a]
+[2024-09-30 09:58:37.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:58:57.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:58:57.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:58:57.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:58:57.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:58:57.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3605305f]
+[2024-09-30 09:58:57.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:59:17.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:59:17.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:59:17.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:59:17.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:59:17.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2625487b]
+[2024-09-30 09:59:17.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:59:37.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:59:37.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:59:37.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:59:37.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:59:37.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2a980405]
+[2024-09-30 09:59:37.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 09:59:57.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:59:57.835] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 09:59:57.835] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 09:59:57.842] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 09:59:57.842] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@dca0242]
+[2024-09-30 09:59:57.843] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:00:07.871] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:00:07.872] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:00:07.872] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:00:07.873] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:00:07.874] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:00:07.874] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:00:17.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:00:17.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:00:17.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:00:17.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:00:17.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1f8f1fc1]
+[2024-09-30 10:00:17.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:00:37.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:00:37.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:00:37.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:00:37.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:00:37.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5a7eb33c]
+[2024-09-30 10:00:37.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:00:57.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:00:57.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:00:57.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:00:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:00:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7e5735d9]
+[2024-09-30 10:00:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:01:17.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:01:17.809] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:01:17.809] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:01:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:01:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@69d0c4df]
+[2024-09-30 10:01:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:01:37.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:01:37.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:01:37.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:01:37.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:01:37.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3b72eb08]
+[2024-09-30 10:01:37.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:01:57.833] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:01:57.834] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:01:57.834] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:01:57.840] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:01:57.840] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@64c97f6a]
+[2024-09-30 10:01:57.841] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:02:07.892] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:02:07.892] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:02:07.892] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:02:07.893] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:02:07.893] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:02:07.894] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:02:17.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:02:17.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:02:17.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:02:17.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:02:17.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2e23b342]
+[2024-09-30 10:02:17.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:02:37.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:02:37.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:02:37.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:02:37.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:02:37.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@592266d1]
+[2024-09-30 10:02:37.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:02:57.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:02:57.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:02:57.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:02:57.830] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:02:57.831] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@bf43315]
+[2024-09-30 10:02:57.831] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:03:17.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:03:17.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:03:17.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:03:17.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:03:17.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6b7f91d]
+[2024-09-30 10:03:17.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:03:37.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:03:37.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:03:37.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:03:37.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:03:37.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@43439e2]
+[2024-09-30 10:03:37.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:03:57.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:03:57.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:03:57.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:03:57.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:03:57.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@60b23969]
+[2024-09-30 10:03:57.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:04:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:04:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:04:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:04:07.880] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:04:07.880] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:04:07.881] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:04:17.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:04:17.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:04:17.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:04:17.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:04:17.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1ef8d315]
+[2024-09-30 10:04:17.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:04:37.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:04:37.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:04:37.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:04:37.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:04:37.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@37420fb7]
+[2024-09-30 10:04:37.833] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:04:57.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:04:57.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:04:57.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:04:57.838] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:04:57.839] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3734ca7c]
+[2024-09-30 10:04:57.839] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:05:17.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:05:17.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:05:17.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:05:17.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:05:17.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@66990f0a]
+[2024-09-30 10:05:17.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:05:37.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:05:37.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:05:37.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:05:37.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:05:37.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@66e61a44]
+[2024-09-30 10:05:37.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:05:57.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:05:57.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:05:57.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:05:57.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:05:57.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@303ab42f]
+[2024-09-30 10:05:57.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:06:07.875] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:06:07.875] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:06:07.876] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:06:07.877] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:06:07.877] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:06:07.877] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:06:17.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:06:17.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:06:17.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:06:17.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:06:17.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@53fc95d3]
+[2024-09-30 10:06:17.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:06:37.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:06:37.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:06:37.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:06:37.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:06:37.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@122ba27]
+[2024-09-30 10:06:37.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:06:57.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:06:57.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:06:57.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:06:57.833] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:06:57.833] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@52278b78]
+[2024-09-30 10:06:57.834] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:07:17.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:07:17.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:07:17.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:07:17.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:07:17.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7d440e1a]
+[2024-09-30 10:07:17.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:07:37.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:07:37.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:07:37.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:07:37.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:07:37.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7fd776c]
+[2024-09-30 10:07:37.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:07:57.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:07:57.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:07:57.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:07:57.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:07:57.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4eaab17b]
+[2024-09-30 10:07:57.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:08:07.880] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:08:07.881] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:08:07.881] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:08:07.882] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:08:07.882] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:08:07.883] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:08:17.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:08:17.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:08:17.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:08:17.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:08:17.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21e05fb1]
+[2024-09-30 10:08:17.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:08:37.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:08:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:08:37.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:08:37.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:08:37.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2c1f7664]
+[2024-09-30 10:08:37.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:08:57.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:08:57.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:08:57.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:08:57.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:08:57.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4acabdd2]
+[2024-09-30 10:08:57.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:09:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:09:17.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:09:17.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:09:17.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:09:17.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@393a4c25]
+[2024-09-30 10:09:17.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:09:37.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:09:37.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:09:37.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:09:37.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:09:37.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1af9ccc1]
+[2024-09-30 10:09:37.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:09:57.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:09:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:09:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:09:57.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:09:57.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@12a1b7ce]
+[2024-09-30 10:09:57.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:10:07.878] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:10:07.879] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:10:07.879] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:10:07.880] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:10:07.881] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:10:07.881] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:10:17.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:10:17.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:10:17.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:10:17.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:10:17.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@528cf565]
+[2024-09-30 10:10:17.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:10:37.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:10:37.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:10:37.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:10:37.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:10:37.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@712588ec]
+[2024-09-30 10:10:37.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:10:57.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:10:57.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:10:57.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:10:57.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:10:57.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2ca6bbde]
+[2024-09-30 10:10:57.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:11:17.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:11:17.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:11:17.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:11:17.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:11:17.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1491e260]
+[2024-09-30 10:11:17.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:11:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:11:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:11:37.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:11:37.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:11:37.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3c0eea35]
+[2024-09-30 10:11:37.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:11:57.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:11:57.811] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:11:57.811] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:11:57.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:11:57.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@20f95fbe]
+[2024-09-30 10:11:57.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:12:07.878] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:12:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:12:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:12:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:12:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:12:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:12:17.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:12:17.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:12:17.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:12:17.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:12:17.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@e70df75]
+[2024-09-30 10:12:17.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:12:37.762] | [Thread-10][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 10:12:37.762] | [Thread-10][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 10:12:37.762] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 10:12:37.765] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 10:12:37.767] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 10:12:37.768] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4f327096, started on Mon Sep 30 09:23:51 CST 2024
+[2024-09-30 10:12:37.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:12:37.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:12:37.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:12:37.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:12:37.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6eadeba7]
+[2024-09-30 10:12:37.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:12:38.351] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 10:12:38.361] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 10:12:38.432] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 10:12:38.438] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 10:12:38.451] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 10:12:38.452] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 10:12:38.452] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 10:28:36.386] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 57392 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 10:28:36.389] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 10:28:36.390] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 10:28:36.390] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 10:28:36.430] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 10:28:36.432] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54
+[2024-09-30 10:28:38.190] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 10:28:38.452] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$6c19cd4f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.464] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.467] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.469] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1722316058] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.473] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.479] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.488] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.533] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.537] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.563] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.583] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:28:38.866] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:28:38.867] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:28:38.867] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 10:28:38.892] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 10:28:38.902] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 10:28:38.902] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 10:28:39.092] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 10:28:39.092] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 10:28:39.093] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2661 ms
+[2024-09-30 10:28:39.339] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:39.411] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:39.922] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 10:28:39.923] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 10:28:39.924] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 10:28:40.043] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:40.068] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 10:28:40.068] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 10:28:40.095] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 10:28:40.095] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 10:28:40.095] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 10:28:40.095] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 10:28:40.095] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 10:28:40.096] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 10:28:40.096] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 10:28:40.100] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 10:28:40.100] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 10:28:40.100] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 10:28:40.101] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 10:28:40.101] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 10:28:40.101] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 10:28:40.101] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 10:28:40.270] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 10:28:42.281] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:43.230] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:43.432] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 10:28:43.632] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 10:28:43.755] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 10:28:43.801] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 10:28:43.817] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 10:28:43.846] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:44.209] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 10:28:44.781] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:28:44.832] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:28:46.232] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 10:28:46.294] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4149067d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4d8458a1, org.springframework.security.web.context.SecurityContextPersistenceFilter@137a70f1, org.springframework.security.web.header.HeaderWriterFilter@72b60be8, org.springframework.web.filter.CorsFilter@2d2c794d, org.springframework.security.web.authentication.logout.LogoutFilter@4d82ded2, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@6eae3730, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3423f353, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@c50d1b2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@53f67af6, org.springframework.security.web.session.SessionManagementFilter@7966a964, org.springframework.security.web.access.ExceptionTranslationFilter@7bb996e0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@179367ff]
+[2024-09-30 10:28:46.463] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 10:28:47.098] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:47.115] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:47.126] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 10:28:47.127] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:28:47.132] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 10:28:47.152] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:28:48.148] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 10:28:48.165] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 10:28:48.165] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 10:28:48.397] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 10:28:48.982] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:28:48.983] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.896 seconds (JVM running for 17.11)
+[2024-09-30 10:28:48.990] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 10:28:49.017] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 10:28:49.025] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 10:28:49.574] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 10:28:49.574] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 10:28:49.574] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 10:28:49.575] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 10:28:49.575] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 10:28:49.577] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@2a757bfb
+[2024-09-30 10:28:49.578] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@6c04bf64
+[2024-09-30 10:28:49.578] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 10:28:49.578] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 4 ms
+[2024-09-30 10:28:49.999] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 10:28:58.055] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:28:58.065] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:28:58.066] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:28:58.102] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:28:58.105] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@11e9e965]
+[2024-09-30 10:28:58.291] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:28:58.306] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 10:28:58.307] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 10:28:58.308] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 10:28:58.311] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:28:58.315] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@1f72da4e href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@5dd5390f (truncated)...]
+[2024-09-30 10:28:58.318] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:28:58.324] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:28:58.325] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:28:58.325] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:28:58.327] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:28:58.327] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:28:58.328] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:28:58.712] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:28:58.809] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 10:28:58.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 10:28:58.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:28:58.817] | [http-nio-8983-exec-7][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 10:28:58.847] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 10:28:58.848] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 56] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 10:28:58.854] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException,line : 416] Using @ExceptionHandler com.iailab.framework.web.core.handler.GlobalExceptionHandler#defaultExceptionHandler(HttpServletRequest, Throwable)
+[2024-09-30 10:28:58.859] | [http-nio-8983-exec-7][ERROR] | [c.i.f.w.c.h.GlobalExceptionHandler.defaultExceptionHandler,line : 244] [defaultExceptionHandler]
+org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.UnsatisfiedLinkError: Can't load library: D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV41.dll
+	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1087)
+	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
+	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
+	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:517)
+	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
+	at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:114)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.security.TenantSecurityWebFilter.doFilterInternal(TenantSecurityWebFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
+	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
+	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at com.iailab.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:80)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
+	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
+	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
+	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.web.TenantContextWebFilter.doFilterInternal(TenantContextWebFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.datapermission.core.rpc.DataPermissionRpcWebFilter.doFilterInternal(DataPermissionRpcWebFilter.java:33)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.web.core.filter.CacheRequestBodyFilter.doFilterInternal(CacheRequestBodyFilter.java:22)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.env.core.web.EnvWebFilter.doFilterInternal(EnvWebFilter.java:28)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tracer.core.filter.TraceFilter.doFilterInternal(TraceFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
+	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
+	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
+	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
+	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
+	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
+	at java.lang.Thread.run(Thread.java:748)
+Caused by: java.lang.UnsatisfiedLinkError: Can't load library: D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV41.dll
+	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1820)
+	at java.lang.Runtime.load0(Runtime.java:810)
+	at java.lang.System.load(System.java:1086)
+	at com.iailab.module.model.mpk.controller.admin.MdkController.run(MdkController.java:59)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+	at java.lang.reflect.Method.invoke(Method.java:498)
+	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
+	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
+	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
+	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
+	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
+	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
+	... 121 common frames omitted
+[2024-09-30 10:28:58.870] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 10:28:58.871] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=500, data=null, msg=系统异常)]
+[2024-09-30 10:28:58.872] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.resolveException,line : 146] Resolved [org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.UnsatisfiedLinkError: Can't load library: D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV41.dll]
+[2024-09-30 10:28:58.874] | [http-nio-8983-exec-7][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(52 ms)]
+[2024-09-30 10:28:58.874] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:28:59.517] | [task-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 10:29:17.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:29:17.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:29:17.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:29:17.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:29:17.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@27e7952a]
+[2024-09-30 10:29:17.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:29:37.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:29:37.829] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:29:37.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:29:37.842] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:29:37.842] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3d3bfe7d]
+[2024-09-30 10:29:37.843] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:29:57.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:29:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:29:57.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:29:57.842] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:29:57.843] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@238921e9]
+[2024-09-30 10:29:57.844] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:30:07.928] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:30:07.930] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:30:07.931] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:30:07.932] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:30:07.933] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:30:07.934] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:30:17.807] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:30:17.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:30:17.809] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:30:17.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:30:17.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6459f6d2]
+[2024-09-30 10:30:17.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:30:37.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:30:37.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:30:37.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:30:37.847] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:30:37.847] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@65b94cbc]
+[2024-09-30 10:30:37.849] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:30:57.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:30:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:30:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:30:57.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:30:57.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@33430711]
+[2024-09-30 10:30:57.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:31:17.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:31:17.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:31:17.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:31:17.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:31:17.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@43325f2e]
+[2024-09-30 10:31:17.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:31:37.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:31:37.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:31:37.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:31:37.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:31:37.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@34e63180]
+[2024-09-30 10:31:37.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:31:57.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:31:57.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:31:57.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:31:57.846] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:31:57.846] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28c747d4]
+[2024-09-30 10:31:57.848] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:32:07.874] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:32:07.875] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:32:07.876] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:32:07.876] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:32:07.877] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:32:07.878] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:32:17.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:32:17.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:32:17.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:32:17.843] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:32:17.844] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@49ece100]
+[2024-09-30 10:32:17.845] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:32:37.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:32:37.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:32:37.831] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:32:37.851] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:32:37.852] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@72a24188]
+[2024-09-30 10:32:37.853] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:32:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:32:57.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:32:57.828] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:32:57.848] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:32:57.849] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3b35ed18]
+[2024-09-30 10:32:57.850] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:33:17.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:33:17.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:33:17.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:33:17.837] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:33:17.838] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5c1078da]
+[2024-09-30 10:33:17.839] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:33:37.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:33:37.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:33:37.808] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:33:37.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:33:37.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@54e012d0]
+[2024-09-30 10:33:37.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:33:47.889] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:33:47.892] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:33:47.893] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:33:47.922] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:33:47.922] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@481b280e]
+[2024-09-30 10:33:47.923] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:34:07.853] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:34:07.856] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:34:07.857] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:34:07.877] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:34:07.878] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6c1d4756]
+[2024-09-30 10:34:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:34:07.903] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:34:07.908] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:34:07.909] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:34:07.911] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:34:07.911] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:34:07.912] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:34:27.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:34:27.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:34:27.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:34:27.863] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:34:27.863] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@184a56f]
+[2024-09-30 10:34:27.865] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:34:47.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:34:47.838] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:34:47.839] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:34:47.858] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:34:47.858] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4d8199b8]
+[2024-09-30 10:34:47.859] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:35:07.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:35:07.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:35:07.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:35:07.836] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:35:07.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5e593f40]
+[2024-09-30 10:35:07.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:35:27.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:35:27.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:35:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:35:27.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:35:27.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@731fd09c]
+[2024-09-30 10:35:27.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:35:47.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:35:47.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:35:47.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:35:47.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:35:47.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2bba55ca]
+[2024-09-30 10:35:47.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:36:07.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:36:07.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:36:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:36:07.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:36:07.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3156ddb5]
+[2024-09-30 10:36:07.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:36:07.881] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:36:07.882] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:36:07.882] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:36:07.883] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:36:07.883] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:36:07.883] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:36:27.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:36:27.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:36:27.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:36:27.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:36:27.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@c63974f]
+[2024-09-30 10:36:27.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:36:47.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:36:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:36:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:36:47.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:36:47.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@43314317]
+[2024-09-30 10:36:47.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:37:07.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:37:07.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:37:07.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:37:07.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:37:07.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6641c081]
+[2024-09-30 10:37:07.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:37:27.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:37:27.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:37:27.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:37:27.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:37:27.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6011f9d5]
+[2024-09-30 10:37:27.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:37:47.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:37:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:37:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:37:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:37:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@e85cdd]
+[2024-09-30 10:37:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:38:07.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:38:07.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:38:07.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:38:07.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:38:07.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3f44870d]
+[2024-09-30 10:38:07.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:38:07.876] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:38:07.877] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:38:07.877] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:38:07.877] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:38:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:38:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:38:27.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:38:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:38:27.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:38:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:38:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@434828af]
+[2024-09-30 10:38:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:38:47.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:38:47.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:38:47.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:38:47.835] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:38:47.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@529ddbc2]
+[2024-09-30 10:38:47.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:39:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:39:07.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:39:07.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:39:07.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:39:07.834] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5b49956f]
+[2024-09-30 10:39:07.834] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:39:08.936] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 10:39:08.936] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 10:39:08.936] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 10:39:08.937] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 10:39:08.938] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 10:39:08.938] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54, started on Mon Sep 30 10:28:36 CST 2024
+[2024-09-30 10:39:09.349] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 10:39:09.361] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 10:39:09.470] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 10:39:09.484] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 10:39:09.509] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 10:39:09.509] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 10:39:09.509] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 10:39:19.576] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 96848 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 10:39:19.579] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 10:39:19.579] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 10:39:19.580] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 10:39:19.628] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 10:39:19.631] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7c112f5f
+[2024-09-30 10:39:21.577] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 10:39:21.851] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$a3ec331d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.864] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.869] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.871] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/201327799] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.876] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.882] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.895] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.948] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.952] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:21.985] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:22.018] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:39:22.393] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:39:22.393] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:39:22.393] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 10:39:22.424] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 10:39:22.435] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 10:39:22.435] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 10:39:22.631] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 10:39:22.632] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 10:39:22.632] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 3001 ms
+[2024-09-30 10:39:22.931] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:23.009] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:23.595] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 10:39:23.596] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 10:39:23.597] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 10:39:23.722] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:23.748] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 10:39:23.748] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 10:39:23.776] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 10:39:23.776] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 10:39:23.776] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 10:39:23.777] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 10:39:23.777] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 10:39:23.777] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 10:39:23.777] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 10:39:23.782] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 10:39:23.783] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 10:39:23.783] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 10:39:23.783] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 10:39:23.783] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 10:39:23.783] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 10:39:23.783] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 10:39:23.995] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 10:39:25.931] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:26.846] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:27.008] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 10:39:27.177] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 10:39:27.290] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 10:39:27.338] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 10:39:27.363] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 10:39:27.393] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:27.738] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 10:39:28.288] | [redisson-netty-2-7][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:39:28.317] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:39:29.644] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 10:39:29.691] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@63c6579, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c7a699b, org.springframework.security.web.context.SecurityContextPersistenceFilter@12dd3501, org.springframework.security.web.header.HeaderWriterFilter@57e35236, org.springframework.web.filter.CorsFilter@38cd7531, org.springframework.security.web.authentication.logout.LogoutFilter@440e2406, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@496c6d94, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@622c658d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3619bc9e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1dd36967, org.springframework.security.web.session.SessionManagementFilter@29ceefb3, org.springframework.security.web.access.ExceptionTranslationFilter@354ff4f6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@79b9dfcd]
+[2024-09-30 10:39:29.796] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 10:39:30.324] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:30.340] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:30.350] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 10:39:30.352] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:39:30.356] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 10:39:30.373] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:39:31.371] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 10:39:31.390] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 10:39:31.391] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 10:39:31.605] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 10:39:32.063] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:39:32.064] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.863 seconds (JVM running for 16.988)
+[2024-09-30 10:39:32.069] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 10:39:32.091] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 10:39:32.099] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 10:39:32.918] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 10:39:32.918] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 10:39:32.918] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 10:39:32.919] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 10:39:32.919] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 10:39:32.922] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@5106057
+[2024-09-30 10:39:32.923] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@41342e0c
+[2024-09-30 10:39:32.923] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 10:39:32.923] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 5 ms
+[2024-09-30 10:39:33.076] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 10:39:39.283] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:39:39.390] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 10:39:39.396] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 10:39:39.398] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:39:39.402] | [http-nio-8983-exec-2][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 10:39:39.615] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 10:39:39.621] | [http-nio-8983-exec-2][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 56] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 10:39:39.624] | [http-nio-8983-exec-2][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 10:39:42.829] | [http-nio-8983-exec-2][INFO ] | [c.i.m.m.m.c.u.DllUtils.freeDll,line : 40] 成功卸载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 10:39:43.146] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1101] Failed to complete request: java.lang.NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy
+[2024-09-30 10:40:36.915] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 10:40:36.916] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 10:40:36.916] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 10:40:36.916] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 10:40:36.916] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7c112f5f, started on Mon Sep 30 10:39:19 CST 2024
+[2024-09-30 10:40:43.987] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 55448 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 10:40:43.989] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 10:40:43.990] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 10:40:43.990] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 10:40:44.029] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 10:40:44.031] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54
+[2024-09-30 10:40:45.688] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 10:40:45.938] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$eb402ace] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:45.950] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:45.953] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:45.955] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/298750745] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:45.960] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:45.966] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:45.979] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:46.025] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:46.029] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:46.060] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:46.081] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:40:46.352] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:40:46.352] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:40:46.352] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 10:40:46.375] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 10:40:46.385] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 10:40:46.386] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 10:40:46.629] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 10:40:46.629] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 10:40:46.629] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2598 ms
+[2024-09-30 10:40:46.906] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:46.980] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:47.488] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 10:40:47.489] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 10:40:47.490] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 10:40:47.602] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:47.625] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 10:40:47.625] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 10:40:47.651] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 10:40:47.652] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 10:40:47.652] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 10:40:47.652] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 10:40:47.652] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 10:40:47.652] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 10:40:47.652] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 10:40:47.656] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 10:40:47.656] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 10:40:47.657] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 10:40:47.657] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 10:40:47.657] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 10:40:47.657] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 10:40:47.657] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 10:40:47.835] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 10:40:50.053] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:51.007] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:51.170] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 10:40:51.329] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 10:40:51.433] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 10:40:51.476] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 10:40:51.492] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 10:40:51.519] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:51.855] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 10:40:52.347] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:40:52.383] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:40:53.671] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 10:40:53.721] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@673218b2, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7ba5d307, org.springframework.security.web.context.SecurityContextPersistenceFilter@645b67d6, org.springframework.security.web.header.HeaderWriterFilter@9214725, org.springframework.web.filter.CorsFilter@529a2d6f, org.springframework.security.web.authentication.logout.LogoutFilter@4d62bb8b, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@7d2a4598, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2297c8bf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@154fcedd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4a28b6d0, org.springframework.security.web.session.SessionManagementFilter@85eabca, org.springframework.security.web.access.ExceptionTranslationFilter@72fc6b5e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@24afdf18]
+[2024-09-30 10:40:53.837] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 10:40:54.561] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:54.577] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:54.586] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 10:40:54.588] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:40:54.592] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 10:40:54.609] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:40:55.612] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 10:40:55.628] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 10:40:55.630] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 10:40:55.844] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 10:40:56.306] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:40:56.307] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.962 seconds (JVM running for 17.464)
+[2024-09-30 10:40:56.312] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 10:40:56.332] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 10:40:56.340] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 10:40:57.128] | [RMI TCP Connection(8)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 10:40:57.128] | [RMI TCP Connection(8)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 10:40:57.128] | [RMI TCP Connection(8)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 10:40:57.128] | [RMI TCP Connection(8)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 10:40:57.129] | [RMI TCP Connection(8)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 10:40:57.131] | [RMI TCP Connection(8)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@40c634c1
+[2024-09-30 10:40:57.132] | [RMI TCP Connection(8)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@244f9ca1
+[2024-09-30 10:40:57.132] | [RMI TCP Connection(8)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 10:40:57.132] | [RMI TCP Connection(8)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 4 ms
+[2024-09-30 10:40:57.322] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 10:40:57.923] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:40:57.942] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:40:57.944] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:40:58.007] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:40:58.011] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1fbe917a]
+[2024-09-30 10:40:58.024] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:40:58.256] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 10:40:58.258] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 10:40:58.258] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 10:40:58.263] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:40:58.268] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@7d211082 href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@1be01242 (truncated)...]
+[2024-09-30 10:40:58.272] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:40:58.285] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:40:58.286] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:40:58.287] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:40:58.291] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:40:58.292] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:40:58.293] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:41:17.803] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:41:17.804] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:41:17.805] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:41:17.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:41:17.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2dffc94c]
+[2024-09-30 10:41:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:41:37.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:41:37.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:41:37.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:41:37.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:41:37.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@af93885]
+[2024-09-30 10:41:37.829] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:41:57.804] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:41:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:41:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:41:57.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:41:57.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4e86bc0f]
+[2024-09-30 10:41:57.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:42:07.876] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:42:07.877] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:42:07.878] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:42:07.879] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:42:07.879] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:42:07.880] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:42:15.678] | [Thread-3][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 10:42:15.678] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 10:42:15.678] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 10:42:15.679] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 10:42:15.679] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54, started on Mon Sep 30 10:40:44 CST 2024
+[2024-09-30 10:42:15.679] | [Thread-3][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 10:42:16.028] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 10:42:16.033] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 10:42:16.069] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 10:42:16.072] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 10:42:16.078] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 10:42:16.078] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 10:42:16.078] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 10:42:25.147] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 37808 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 10:42:25.149] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 10:42:25.150] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 10:42:25.150] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 10:42:25.189] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 10:42:25.192] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54
+[2024-09-30 10:42:26.966] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 10:42:27.229] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$eb402ace] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.242] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.245] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.247] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/298750745] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.254] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.260] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.269] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.317] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.320] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.348] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.369] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:42:27.655] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:42:27.655] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:42:27.656] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 10:42:27.684] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 10:42:27.697] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 10:42:27.697] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 10:42:27.863] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 10:42:27.863] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 10:42:27.864] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2672 ms
+[2024-09-30 10:42:28.147] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:28.219] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:28.679] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 10:42:28.680] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 10:42:28.682] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 10:42:28.797] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:28.820] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 10:42:28.821] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 10:42:28.846] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 10:42:28.846] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 10:42:28.846] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 10:42:28.847] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 10:42:28.847] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 10:42:28.847] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 10:42:28.847] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 10:42:28.851] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 10:42:28.851] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 10:42:28.851] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 10:42:28.852] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 10:42:28.852] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 10:42:28.852] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 10:42:28.852] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 10:42:29.080] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 10:42:31.137] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:32.157] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:32.314] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 10:42:32.509] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 10:42:32.628] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 10:42:32.671] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 10:42:32.686] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 10:42:32.713] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:33.039] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 10:42:33.531] | [redisson-netty-2-7][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:42:33.571] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:42:35.359] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 10:42:35.417] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7ecf001f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2620f935, org.springframework.security.web.context.SecurityContextPersistenceFilter@23657729, org.springframework.security.web.header.HeaderWriterFilter@722e1bff, org.springframework.web.filter.CorsFilter@6a3cb81c, org.springframework.security.web.authentication.logout.LogoutFilter@282d1023, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@5edaa572, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@475753dd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@9203db8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@42fe9099, org.springframework.security.web.session.SessionManagementFilter@2d2710a8, org.springframework.security.web.access.ExceptionTranslationFilter@c8e99, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1560982f]
+[2024-09-30 10:42:35.540] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 10:42:36.244] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:36.265] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:36.276] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 10:42:36.277] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:42:36.281] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 10:42:36.304] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:42:37.983] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 10:42:38.006] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 10:42:38.006] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 10:42:38.220] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 10:42:38.699] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:42:38.699] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 16.842 seconds (JVM running for 18.071)
+[2024-09-30 10:42:38.705] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 10:42:38.733] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 10:42:38.744] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 10:42:39.474] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 10:42:39.474] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 10:42:39.474] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 10:42:39.474] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 10:42:39.474] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 10:42:39.476] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@640e7f63
+[2024-09-30 10:42:39.477] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@4b969d95
+[2024-09-30 10:42:39.477] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 10:42:39.477] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 3 ms
+[2024-09-30 10:42:39.717] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 10:42:52.483] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:42:52.755] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 10:42:52.761] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 10:42:52.763] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:42:52.766] | [http-nio-8983-exec-3][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 10:42:52.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 10:42:52.813] | [http-nio-8983-exec-3][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 56] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 10:42:52.814] | [http-nio-8983-exec-3][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 10:42:55.445] | [http-nio-8983-exec-3][INFO ] | [c.i.m.m.m.c.u.DllUtils.freeDll,line : 41] 成功卸载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 10:42:55.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1101] Failed to complete request: java.lang.NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy
+[2024-09-30 10:43:23.898] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 10:43:23.898] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 10:43:23.899] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 10:43:23.899] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 10:43:23.899] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54, started on Mon Sep 30 10:42:25 CST 2024
+[2024-09-30 10:43:32.762] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 87432 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 10:43:32.767] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 10:43:32.768] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 10:43:32.769] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 10:43:32.834] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 10:43:32.837] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@78a515e4
+[2024-09-30 10:43:34.998] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 10:43:35.291] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$8f79bcfc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.307] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.311] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.313] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/411594792] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.319] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.326] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.339] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.391] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.395] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.423] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.446] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:43:35.798] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:43:35.799] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:43:35.799] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 10:43:35.835] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 10:43:35.848] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 10:43:35.848] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 10:43:36.081] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 10:43:36.081] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 10:43:36.082] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 3245 ms
+[2024-09-30 10:43:36.393] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:36.485] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:37.222] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 10:43:37.223] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 10:43:37.225] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 10:43:37.375] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:37.408] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 10:43:37.408] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 10:43:37.443] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 10:43:37.443] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 10:43:37.444] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 10:43:37.444] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 10:43:37.444] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 10:43:37.444] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 10:43:37.444] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 10:43:37.451] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 10:43:37.452] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 10:43:37.452] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 10:43:37.452] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 10:43:37.453] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 10:43:37.453] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 10:43:37.453] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 10:43:37.669] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 10:43:39.901] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:40.890] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:41.066] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 10:43:41.339] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 10:43:41.527] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 10:43:41.609] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 10:43:41.646] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 10:43:41.729] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:42.383] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 10:43:43.185] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:43:43.265] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:43:45.413] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 10:43:45.468] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7e5b449c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@75fdbd71, org.springframework.security.web.context.SecurityContextPersistenceFilter@2297c8bf, org.springframework.security.web.header.HeaderWriterFilter@3d41449a, org.springframework.web.filter.CorsFilter@7e1f88e2, org.springframework.security.web.authentication.logout.LogoutFilter@5c85ed05, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@4af6839c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@e0faed6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@53ccbc15, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@697f4085, org.springframework.security.web.session.SessionManagementFilter@3fc105dd, org.springframework.security.web.access.ExceptionTranslationFilter@7e113065, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@15db4dc]
+[2024-09-30 10:43:45.591] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 10:43:46.251] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:46.276] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:46.290] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 10:43:46.292] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:43:46.297] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 10:43:46.321] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:43:47.427] | [Thread-3][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 10:43:47.427] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 10:43:47.427] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 10:43:47.428] | [Thread-3][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 10:43:47.520] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 10:43:47.540] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 10:43:47.540] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 10:43:47.794] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 10:43:49.105] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:43:49.106] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 21.845 seconds (JVM running for 23.275)
+[2024-09-30 10:43:49.106] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to REFUSING_TRAFFIC
+[2024-09-30 10:43:49.106] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@78a515e4, started on Mon Sep 30 10:43:32 CST 2024
+[2024-09-30 10:43:49.111] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 10:43:49.136] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 10:43:49.145] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from REFUSING_TRAFFIC to ACCEPTING_TRAFFIC
+[2024-09-30 10:43:49.526] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 10:43:49.531] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 10:43:49.962] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 10:43:49.966] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 10:43:49.973] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 10:43:49.974] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 10:43:49.974] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 10:44:02.816] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 67120 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 10:44:02.819] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 10:44:02.820] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 10:44:02.821] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 10:44:02.881] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 10:44:02.885] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5f14761c
+[2024-09-30 10:44:05.008] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 10:44:05.362] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$c637d517] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.378] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.383] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.386] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1228499113] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.392] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.401] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.416] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.478] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.484] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.516] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.541] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:44:05.901] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:44:05.902] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:44:05.902] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 10:44:05.931] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 10:44:05.940] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 10:44:05.940] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 10:44:06.223] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 10:44:06.223] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 10:44:06.223] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 3338 ms
+[2024-09-30 10:44:06.526] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:06.612] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:07.473] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 10:44:07.475] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 10:44:07.477] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 10:44:07.836] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:07.937] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 10:44:07.938] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 10:44:08.064] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 10:44:08.066] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 10:44:08.067] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 10:44:08.068] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 10:44:08.069] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 10:44:08.069] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 10:44:08.070] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 10:44:08.089] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 10:44:08.091] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 10:44:08.092] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 10:44:08.094] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 10:44:08.094] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 10:44:08.095] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 10:44:08.096] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 10:44:08.777] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 10:44:12.511] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:13.700] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:13.908] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 10:44:14.093] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 10:44:14.240] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 10:44:14.298] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 10:44:14.319] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 10:44:14.355] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:14.784] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 10:44:15.485] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:44:15.533] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:44:17.510] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 10:44:17.599] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@53e6b541, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1548dc37, org.springframework.security.web.context.SecurityContextPersistenceFilter@61d7df22, org.springframework.security.web.header.HeaderWriterFilter@6eb6750f, org.springframework.web.filter.CorsFilter@23317e8a, org.springframework.security.web.authentication.logout.LogoutFilter@30b2d267, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@5edaa572, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@598f6c93, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@65630116, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@520c235f, org.springframework.security.web.session.SessionManagementFilter@53b81a55, org.springframework.security.web.access.ExceptionTranslationFilter@542759f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@73344f4a]
+[2024-09-30 10:44:17.773] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 10:44:18.537] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:18.558] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:18.569] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 10:44:18.571] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:44:18.576] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 10:44:18.638] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:44:20.164] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 10:44:20.189] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 10:44:20.191] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 10:44:20.501] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 10:44:21.138] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:44:21.138] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 22.494 seconds (JVM running for 24.403)
+[2024-09-30 10:44:21.146] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 10:44:21.175] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 10:44:21.185] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 10:44:22.162] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 10:44:22.715] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 10:44:22.715] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 10:44:22.716] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 10:44:22.716] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 10:44:22.717] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 10:44:22.720] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@2930030
+[2024-09-30 10:44:22.721] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@31446c3b
+[2024-09-30 10:44:22.721] | [RMI TCP Connection(5)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 10:44:22.721] | [RMI TCP Connection(5)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 6 ms
+[2024-09-30 10:44:24.981] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:44:25.443] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 10:44:25.453] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 10:44:25.456] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:44:25.461] | [http-nio-8983-exec-2][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 10:44:25.518] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 10:44:25.530] | [http-nio-8983-exec-2][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 56] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 10:44:25.533] | [http-nio-8983-exec-2][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 10:44:28.531] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:44:28.532] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:44:28.532] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:44:28.551] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:44:28.554] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2af7090]
+[2024-09-30 10:44:28.562] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:44:28.576] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 10:44:28.577] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 10:44:28.578] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 10:44:28.583] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:44:28.588] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@5991c8a0 href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@5494a50b (truncated)...]
+[2024-09-30 10:44:28.591] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:44:28.599] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:44:28.600] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:44:28.600] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:44:28.603] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:44:28.603] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:44:28.605] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:44:29.120] | [http-nio-8983-exec-2][INFO ] | [c.i.m.m.m.c.u.DllUtils.freeDll,line : 41] 成功卸载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 10:44:41.367] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 10:44:41.369] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 10:44:41.382] | [http-nio-8983-exec-2][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(15907 ms)]
+[2024-09-30 10:44:41.382] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:44:47.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:44:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:44:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:44:47.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:44:47.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@52a1a209]
+[2024-09-30 10:44:47.829] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:44:51.652] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:44:51.653] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 10:44:51.653] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 10:44:51.654] | [http-nio-8983-exec-6][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 10:44:51.658] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 10:44:51.658] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 56] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 10:44:51.659] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 10:44:53.293] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.c.u.DllUtils.freeDll,line : 41] 成功卸载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 10:44:53.483] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 10:44:53.484] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 10:44:53.485] | [http-nio-8983-exec-6][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(1829 ms)]
+[2024-09-30 10:44:53.485] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:45:07.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:45:07.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:45:07.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:45:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:45:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6c5e8903]
+[2024-09-30 10:45:07.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:45:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:45:27.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:45:27.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:45:27.839] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:45:27.840] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@78feb3d2]
+[2024-09-30 10:45:27.841] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:45:47.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:45:47.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:45:47.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:45:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:45:47.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@72111a57]
+[2024-09-30 10:45:47.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:46:07.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:46:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:46:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:46:07.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:46:07.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@643ad7bd]
+[2024-09-30 10:46:07.833] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:46:07.886] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:46:07.886] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:46:07.887] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:46:07.887] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:46:07.888] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:46:07.888] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:46:27.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:46:27.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:46:27.833] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:46:27.842] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:46:27.842] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@17ab4234]
+[2024-09-30 10:46:27.843] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:46:33.512] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 10:46:33.513] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 10:46:33.513] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 10:46:33.514] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 10:46:33.514] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5f14761c, started on Mon Sep 30 10:44:02 CST 2024
+[2024-09-30 10:46:33.514] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 10:46:33.852] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 10:46:33.856] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 10:46:33.886] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 10:46:33.889] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 10:46:33.896] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 10:46:33.896] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 10:46:33.896] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 10:46:43.992] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 90240 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 10:46:43.994] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 10:46:43.995] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 10:46:43.995] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 10:46:44.028] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 10:46:44.030] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@58fa5769
+[2024-09-30 10:46:45.951] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 10:46:46.256] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$c7798562] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.268] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.271] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.273] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/707108719] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.277] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.284] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.294] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.345] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.349] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.376] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.396] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 10:46:46.755] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:46:46.755] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 10:46:46.755] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 10:46:46.779] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 10:46:46.789] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 10:46:46.789] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 10:46:46.960] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 10:46:46.960] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 10:46:46.960] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2930 ms
+[2024-09-30 10:46:47.231] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:47.316] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:47.829] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 10:46:47.830] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 10:46:47.833] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 10:46:47.977] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:48.008] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 10:46:48.008] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 10:46:48.043] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 10:46:48.043] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 10:46:48.044] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 10:46:48.044] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 10:46:48.044] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 10:46:48.044] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 10:46:48.044] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 10:46:48.051] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 10:46:48.052] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 10:46:48.052] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 10:46:48.052] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 10:46:48.052] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 10:46:48.052] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 10:46:48.053] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 10:46:48.262] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 10:46:50.615] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:51.564] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:51.735] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 10:46:51.901] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 10:46:52.033] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 10:46:52.085] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 10:46:52.110] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 10:46:52.144] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:52.525] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 10:46:53.048] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:46:53.090] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 10:46:54.570] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 10:46:54.627] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@b94c22d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5fb4870b, org.springframework.security.web.context.SecurityContextPersistenceFilter@d4f2f3d, org.springframework.security.web.header.HeaderWriterFilter@51bd10f0, org.springframework.web.filter.CorsFilter@4e8036bb, org.springframework.security.web.authentication.logout.LogoutFilter@6d224921, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@173b24c4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@453de9d0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e53f980, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7c3b8b26, org.springframework.security.web.session.SessionManagementFilter@47e89fed, org.springframework.security.web.access.ExceptionTranslationFilter@33490054, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7ba38cce]
+[2024-09-30 10:46:54.766] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 10:46:55.337] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:55.352] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:55.361] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 10:46:55.362] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:46:55.366] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 10:46:55.386] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 10:46:56.380] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 10:46:56.395] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 10:46:56.396] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 10:46:56.615] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 10:46:57.087] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 10:46:57.087] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 16.531 seconds (JVM running for 17.838)
+[2024-09-30 10:46:57.093] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 10:46:57.114] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 10:46:57.123] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 10:46:58.099] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 10:46:58.203] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 10:46:58.204] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 10:46:58.204] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 10:46:58.204] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 10:46:58.204] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 10:46:58.206] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@266df03e
+[2024-09-30 10:46:58.207] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@3863ae9
+[2024-09-30 10:46:58.207] | [RMI TCP Connection(2)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 10:46:58.207] | [RMI TCP Connection(2)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 3 ms
+[2024-09-30 10:47:07.905] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:47:07.915] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:47:07.916] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:47:07.948] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:47:07.950] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@aa5875d]
+[2024-09-30 10:47:08.135] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:47:08.177] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 10:47:08.177] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:47:08.178] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:47:08.178] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 10:47:08.179] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 10:47:08.179] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:47:08.185] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:47:08.185] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:47:08.186] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:47:08.187] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:47:08.192] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@c0efdd5 href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@563288fd  (truncated)...]
+[2024-09-30 10:47:08.195] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:47:27.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:47:27.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:47:27.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:47:27.840] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:47:27.841] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@239b3a86]
+[2024-09-30 10:47:27.842] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:47:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:47:47.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:47:47.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:47:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:47:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4539cbb1]
+[2024-09-30 10:47:47.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:48:07.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:48:07.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:48:07.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:48:07.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:48:07.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@708706c4]
+[2024-09-30 10:48:07.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:48:27.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:48:27.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:48:27.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:48:27.836] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:48:27.837] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@32b7f292]
+[2024-09-30 10:48:27.838] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:48:47.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:48:47.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:48:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:48:47.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:48:47.833] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3bc546c9]
+[2024-09-30 10:48:47.834] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:49:07.842] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:49:07.842] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:49:07.843] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:49:07.855] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:49:07.856] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@25eb6a56]
+[2024-09-30 10:49:07.856] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:49:07.886] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:49:07.886] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:49:07.887] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:49:07.888] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:49:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:49:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:49:27.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:49:27.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:49:27.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:49:27.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:49:27.837] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6212395e]
+[2024-09-30 10:49:27.837] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:49:47.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:49:47.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:49:47.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:49:47.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:49:47.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@18b4fcb9]
+[2024-09-30 10:49:47.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:50:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:50:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:50:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:50:07.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:50:07.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@658459bf]
+[2024-09-30 10:50:07.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:50:27.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:50:27.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:50:27.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:50:27.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:50:27.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4525f231]
+[2024-09-30 10:50:27.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:50:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:50:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:50:47.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:50:47.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:50:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1cf869c2]
+[2024-09-30 10:50:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:51:07.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:51:07.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:51:07.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:51:07.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:51:07.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@74eb0938]
+[2024-09-30 10:51:07.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:51:07.882] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:51:07.883] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:51:07.884] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:51:07.885] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:51:07.885] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:51:07.886] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:51:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:51:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:51:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:51:27.834] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:51:27.835] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@16f7ca5f]
+[2024-09-30 10:51:27.835] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:51:47.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:51:47.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:51:47.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:51:47.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:51:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1cdfa8a1]
+[2024-09-30 10:51:47.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:52:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:52:07.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:52:07.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:52:07.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:52:07.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2c9513f8]
+[2024-09-30 10:52:07.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:52:27.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:52:27.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:52:27.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:52:27.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:52:27.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4b7140f7]
+[2024-09-30 10:52:27.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:52:47.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:52:47.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:52:47.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:52:47.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:52:47.834] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4d2dc229]
+[2024-09-30 10:52:47.834] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:53:07.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:53:07.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:53:07.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:53:07.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:53:07.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@72335509]
+[2024-09-30 10:53:07.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:53:07.875] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:53:07.876] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:53:07.876] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:53:07.877] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:53:07.877] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:53:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:53:27.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:53:27.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:53:27.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:53:27.829] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:53:27.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@fe2f699]
+[2024-09-30 10:53:27.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:53:47.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:53:47.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:53:47.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:53:47.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:53:47.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@582a23c4]
+[2024-09-30 10:53:47.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:54:07.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:54:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:54:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:54:07.835] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:54:07.836] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5cffa728]
+[2024-09-30 10:54:07.836] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:54:27.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:54:27.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:54:27.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:54:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:54:27.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@625ee426]
+[2024-09-30 10:54:27.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:54:47.806] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:54:47.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:54:47.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:54:47.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:54:47.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@741ecb73]
+[2024-09-30 10:54:47.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:55:07.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:55:07.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:55:07.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:55:07.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:55:07.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7ad87867]
+[2024-09-30 10:55:07.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:55:07.884] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:55:07.885] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:55:07.885] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:55:07.886] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:55:07.886] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:55:07.886] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:55:27.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:55:27.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:55:27.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:55:27.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:55:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6d0ee9f]
+[2024-09-30 10:55:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:55:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:55:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:55:47.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:55:47.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:55:47.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ad23e8e]
+[2024-09-30 10:55:47.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:56:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:56:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:56:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:56:07.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:56:07.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4294fbaa]
+[2024-09-30 10:56:07.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:56:27.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:56:27.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:56:27.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:56:27.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:56:27.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@785d01d7]
+[2024-09-30 10:56:27.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:56:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:56:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:56:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:56:47.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:56:47.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@54794a07]
+[2024-09-30 10:56:47.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:57:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:57:07.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:57:07.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:57:07.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:57:07.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1e713858]
+[2024-09-30 10:57:07.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:57:07.878] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:57:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:57:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:57:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:57:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:57:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:57:27.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:57:27.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:57:27.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:57:27.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:57:27.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@189124d8]
+[2024-09-30 10:57:27.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:57:47.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:57:47.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:57:47.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:57:47.835] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:57:47.835] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a225366]
+[2024-09-30 10:57:47.836] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:58:07.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:58:07.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:58:07.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:58:07.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:58:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5f084f]
+[2024-09-30 10:58:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:58:27.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:58:27.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:58:27.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:58:27.839] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:58:27.839] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@a5e81e9]
+[2024-09-30 10:58:27.840] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:58:47.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:58:47.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:58:47.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:58:47.841] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:58:47.842] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@33fbad08]
+[2024-09-30 10:58:47.843] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:59:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:59:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:59:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:59:07.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:59:07.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7361ea0e]
+[2024-09-30 10:59:07.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:59:07.870] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:59:07.871] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 10:59:07.871] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 10:59:07.872] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:59:07.872] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 10:59:07.872] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:59:27.845] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:59:27.845] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:59:27.846] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:59:27.853] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:59:27.853] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7292d699]
+[2024-09-30 10:59:27.853] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 10:59:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:59:47.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 10:59:47.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 10:59:47.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 10:59:47.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3fb7526]
+[2024-09-30 10:59:47.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:00:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:00:07.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:00:07.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:00:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:00:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@395714ac]
+[2024-09-30 11:00:07.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:00:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:00:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:00:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:00:27.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:00:27.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@17b5764b]
+[2024-09-30 11:00:27.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:00:47.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:00:47.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:00:47.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:00:47.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:00:47.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3564ba9b]
+[2024-09-30 11:00:47.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:01:07.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:01:07.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:01:07.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:01:07.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:01:07.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@477f6f0e]
+[2024-09-30 11:01:07.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:01:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:01:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:01:07.883] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:01:07.883] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:01:07.884] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:01:07.884] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:01:27.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:01:27.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:01:27.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:01:27.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:01:27.835] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@38e778ee]
+[2024-09-30 11:01:27.835] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:01:47.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:01:47.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:01:47.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:01:47.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:01:47.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7e0c29b6]
+[2024-09-30 11:01:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:02:07.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:02:07.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:02:07.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:02:07.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:02:07.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5d184c7d]
+[2024-09-30 11:02:07.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:02:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:02:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:02:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:02:27.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:02:27.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@45c222de]
+[2024-09-30 11:02:27.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:02:47.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:02:47.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:02:47.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:02:47.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:02:47.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5599c7e6]
+[2024-09-30 11:02:47.834] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:03:07.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:03:07.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:03:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:03:07.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:03:07.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3c18a2eb]
+[2024-09-30 11:03:07.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:03:07.870] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:03:07.870] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:03:07.871] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:03:07.871] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:03:07.872] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:03:07.872] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:03:27.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:03:27.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:03:27.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:03:27.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:03:27.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@486a09b5]
+[2024-09-30 11:03:27.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:03:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:03:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:03:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:03:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:03:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@389e7c1e]
+[2024-09-30 11:03:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:04:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:04:07.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:04:07.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:04:07.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:04:07.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3cf5b9da]
+[2024-09-30 11:04:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:04:27.808] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:04:27.809] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:04:27.809] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:04:27.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:04:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1515000a]
+[2024-09-30 11:04:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:04:47.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:04:47.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:04:47.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:04:47.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:04:47.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5d1695d3]
+[2024-09-30 11:04:47.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:05:07.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:05:07.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:05:07.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:05:07.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:05:07.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1403f46c]
+[2024-09-30 11:05:07.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:05:07.874] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:05:07.874] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:05:07.875] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:05:07.876] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:05:07.876] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:05:07.876] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:05:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:05:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:05:27.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:05:27.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:05:27.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@58f239fe]
+[2024-09-30 11:05:27.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:05:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:05:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:05:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:05:47.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:05:47.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@63ef5ace]
+[2024-09-30 11:05:47.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:06:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:06:07.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:06:07.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:06:07.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:06:07.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a8e7aee]
+[2024-09-30 11:06:07.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:06:27.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:06:27.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:06:27.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:06:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:06:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@43fccfea]
+[2024-09-30 11:06:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:06:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:06:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:06:47.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:06:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:06:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2678e67b]
+[2024-09-30 11:06:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:07:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:07:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:07:07.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:07:07.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:07:07.834] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@13cb4645]
+[2024-09-30 11:07:07.834] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:07:07.877] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:07:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:07:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:07:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:07:07.879] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:07:07.879] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:07:27.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:07:27.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:07:27.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:07:27.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:07:27.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@797339dd]
+[2024-09-30 11:07:27.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:07:47.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:07:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:07:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:07:47.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:07:47.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3922ead4]
+[2024-09-30 11:07:47.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:08:07.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:08:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:08:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:08:07.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:08:07.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ff888b]
+[2024-09-30 11:08:07.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:08:27.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:08:27.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:08:27.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:08:27.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:08:27.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1ee21a12]
+[2024-09-30 11:08:27.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:08:47.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:08:47.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:08:47.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:08:47.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:08:47.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@326b0d6b]
+[2024-09-30 11:08:47.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:09:07.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:09:07.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:09:07.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:09:07.839] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:09:07.839] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5875949]
+[2024-09-30 11:09:07.840] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:09:07.877] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:09:07.877] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:09:07.878] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:09:07.878] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:09:07.879] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:09:07.879] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:09:27.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:09:27.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:09:27.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:09:27.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:09:27.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2912b37e]
+[2024-09-30 11:09:27.833] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:09:47.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:09:47.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:09:47.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:09:47.839] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:09:47.840] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@38190ccc]
+[2024-09-30 11:09:47.840] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:10:07.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:10:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:10:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:10:07.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:10:07.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7886792c]
+[2024-09-30 11:10:07.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:10:27.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:10:27.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:10:27.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:10:27.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:10:27.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@20b6fbcc]
+[2024-09-30 11:10:27.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:10:47.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:10:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:10:47.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:10:47.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:10:47.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2f06356b]
+[2024-09-30 11:10:47.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:11:07.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:11:07.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:11:07.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:11:07.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:11:07.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7e4e7207]
+[2024-09-30 11:11:07.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:11:07.868] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:11:07.868] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:11:07.869] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:11:07.870] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:11:07.870] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:11:07.870] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:11:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:11:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:11:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:11:27.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:11:27.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4e548447]
+[2024-09-30 11:11:27.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:11:47.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:11:47.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:11:47.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:11:47.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:11:47.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@794d2806]
+[2024-09-30 11:11:47.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:12:07.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:12:07.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:12:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:12:07.834] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:12:07.834] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1d58ece6]
+[2024-09-30 11:12:07.835] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:12:27.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:12:27.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:12:27.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:12:27.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:12:27.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@23419adf]
+[2024-09-30 11:12:27.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:12:47.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:12:47.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:12:47.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:12:47.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:12:47.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7e221676]
+[2024-09-30 11:12:47.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:13:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:13:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:13:07.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:13:07.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:13:07.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@b99b7ca]
+[2024-09-30 11:13:07.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:13:07.867] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:13:07.867] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:13:07.868] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:13:07.868] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:13:07.869] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:13:07.869] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:13:27.807] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:13:27.808] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:13:27.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:13:27.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:13:27.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@40d8d7d7]
+[2024-09-30 11:13:27.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:13:47.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:13:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:13:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:13:47.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:13:47.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7d092c31]
+[2024-09-30 11:13:47.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:14:07.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:14:07.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:14:07.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:14:07.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:14:07.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3bc484bc]
+[2024-09-30 11:14:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:14:27.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:14:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:14:27.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:14:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:14:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7b0ff9d0]
+[2024-09-30 11:14:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:14:47.842] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:14:47.843] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:14:47.843] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:14:47.850] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:14:47.850] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@112855a7]
+[2024-09-30 11:14:47.851] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:15:07.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:15:07.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:15:07.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:15:07.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:15:07.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@603eb82e]
+[2024-09-30 11:15:07.834] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:15:07.870] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:15:07.871] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:15:07.871] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:15:07.872] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:15:07.872] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:15:07.873] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:15:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:15:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:15:27.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:15:27.835] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:15:27.835] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4bc38c31]
+[2024-09-30 11:15:27.836] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:15:47.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:15:47.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:15:47.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:15:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:15:47.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7978c516]
+[2024-09-30 11:15:47.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:16:07.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:16:07.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:16:07.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:16:07.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:16:07.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@54c3c272]
+[2024-09-30 11:16:07.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:16:27.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:16:27.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:16:27.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:16:27.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:16:27.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a7104cf]
+[2024-09-30 11:16:27.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:16:47.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:16:47.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:16:47.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:16:47.837] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:16:47.837] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3cb39700]
+[2024-09-30 11:16:47.838] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:17:07.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:17:07.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:17:07.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:17:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:17:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3e0ddf35]
+[2024-09-30 11:17:07.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:17:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:17:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:17:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:17:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:17:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:17:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:17:27.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:17:27.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:17:27.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:17:27.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:17:27.833] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@60c8ae63]
+[2024-09-30 11:17:27.833] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:17:47.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:17:47.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:17:47.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:17:47.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:17:47.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@560f588b]
+[2024-09-30 11:17:47.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:18:07.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:18:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:18:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:18:07.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:18:07.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4c12c15f]
+[2024-09-30 11:18:07.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:18:27.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:18:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:18:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:18:27.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:18:27.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@793007f4]
+[2024-09-30 11:18:27.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:18:47.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:18:47.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:18:47.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:18:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:18:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@25e88929]
+[2024-09-30 11:18:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:19:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:19:07.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:19:07.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:19:07.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:19:07.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7e9ac76c]
+[2024-09-30 11:19:07.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:19:07.868] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:19:07.868] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:19:07.869] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:19:07.869] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:19:07.871] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:19:07.871] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:19:27.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:19:27.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:19:27.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:19:27.838] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:19:27.839] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28822d96]
+[2024-09-30 11:19:27.839] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:19:47.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:19:47.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:19:47.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:19:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:19:47.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@752e4bd3]
+[2024-09-30 11:19:47.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:20:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:20:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:20:07.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:20:07.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:20:07.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7ff573fa]
+[2024-09-30 11:20:07.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:20:27.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:20:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:20:27.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:20:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:20:27.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6124b0a0]
+[2024-09-30 11:20:27.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:20:47.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:20:47.807] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:20:47.807] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:20:47.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:20:47.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@13d661ed]
+[2024-09-30 11:20:47.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:21:07.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:21:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:21:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:21:07.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:21:07.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1d048f14]
+[2024-09-30 11:21:07.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:21:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:21:07.881] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:21:07.881] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:21:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:21:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:21:07.883] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:21:27.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:21:27.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:21:27.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:21:27.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:21:27.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1a401405]
+[2024-09-30 11:21:27.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:21:47.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:21:47.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:21:47.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:21:47.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:21:47.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@148d6d62]
+[2024-09-30 11:21:47.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:22:07.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:22:07.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:22:07.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:22:07.844] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:22:07.844] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@56fcf149]
+[2024-09-30 11:22:07.845] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:22:27.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:22:27.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:22:27.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:22:27.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:22:27.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5c148511]
+[2024-09-30 11:22:27.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:22:47.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:22:47.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:22:47.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:22:47.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:22:47.834] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2e43c7f1]
+[2024-09-30 11:22:47.834] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:23:07.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:23:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:23:07.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:23:07.832] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:23:07.833] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@48a0fafe]
+[2024-09-30 11:23:07.836] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:23:07.876] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:23:07.877] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:23:07.877] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:23:07.878] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:23:07.878] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:23:07.879] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:23:27.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:23:27.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:23:27.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:23:27.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:23:27.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@274e716c]
+[2024-09-30 11:23:27.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:23:47.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:23:47.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:23:47.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:23:47.833] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:23:47.833] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5cab10f1]
+[2024-09-30 11:23:47.833] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:24:07.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:24:07.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:24:07.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:24:07.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:24:07.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2566fe2e]
+[2024-09-30 11:24:07.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:24:27.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:24:27.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:24:27.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:24:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:24:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1e884751]
+[2024-09-30 11:24:27.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:24:47.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:24:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:24:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:24:47.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:24:47.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@196091bf]
+[2024-09-30 11:24:47.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:25:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:25:07.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:25:07.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:25:07.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:25:07.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@39ba9ea9]
+[2024-09-30 11:25:07.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:25:07.873] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:25:07.873] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:25:07.874] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:25:07.875] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:25:07.875] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:25:07.875] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:25:27.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:25:27.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:25:27.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:25:27.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:25:27.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4730fdf3]
+[2024-09-30 11:25:27.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:25:47.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:25:47.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:25:47.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:25:47.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:25:47.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5ceea132]
+[2024-09-30 11:25:47.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:26:07.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:26:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:26:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:26:07.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:26:07.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@a2ff1e0]
+[2024-09-30 11:26:07.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:26:27.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:26:27.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:26:27.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:26:27.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:26:27.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@f9c6ee]
+[2024-09-30 11:26:27.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:26:47.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:26:47.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:26:47.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:26:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:26:47.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@556c371b]
+[2024-09-30 11:26:47.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:27:07.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:27:07.828] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:27:07.828] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:27:07.836] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:27:07.836] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6ad744b3]
+[2024-09-30 11:27:07.836] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:27:07.869] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:27:07.870] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:27:07.871] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:27:07.871] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:27:07.872] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:27:07.872] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:27:27.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:27:27.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:27:27.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:27:27.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:27:27.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1d73c4df]
+[2024-09-30 11:27:27.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:27:47.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:27:47.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:27:47.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:27:47.837] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:27:47.837] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6ea8e9eb]
+[2024-09-30 11:27:47.838] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:28:07.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:28:07.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:28:07.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:28:07.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:28:07.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@644c7476]
+[2024-09-30 11:28:07.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:28:07.891] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:28:07.891] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:28:07.892] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:28:07.892] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:28:07.892] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:28:07.893] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:28:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:28:27.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:28:27.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:28:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:28:27.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@13bac7ec]
+[2024-09-30 11:28:27.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:28:47.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:28:47.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:28:47.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:28:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:28:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@532b050e]
+[2024-09-30 11:28:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:29:07.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:29:07.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:29:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:29:07.838] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:29:07.839] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@22f09cbb]
+[2024-09-30 11:29:07.840] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:29:27.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:29:27.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:29:27.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:29:27.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:29:27.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@72f37d6b]
+[2024-09-30 11:29:27.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:29:47.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:29:47.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:29:47.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:29:47.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:29:47.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3fba9f5c]
+[2024-09-30 11:29:47.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:30:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:30:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:30:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:30:07.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:30:07.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@722d24d]
+[2024-09-30 11:30:07.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:30:07.875] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:30:07.875] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:30:07.875] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:30:07.876] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:30:07.876] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:30:07.877] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:30:27.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:30:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:30:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:30:27.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:30:27.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@787c0ebb]
+[2024-09-30 11:30:27.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:30:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:30:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:30:47.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:30:47.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:30:47.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@55df31a0]
+[2024-09-30 11:30:47.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:31:07.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:31:07.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:31:07.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:31:07.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:31:07.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2f00732a]
+[2024-09-30 11:31:07.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:31:27.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:31:27.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:31:27.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:31:27.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:31:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@a4cf4a3]
+[2024-09-30 11:31:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:31:47.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:31:47.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:31:47.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:31:47.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:31:47.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@389d0e10]
+[2024-09-30 11:31:47.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:32:07.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:32:07.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:32:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:32:07.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:32:07.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@568bfabe]
+[2024-09-30 11:32:07.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:32:07.886] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:32:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:32:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:32:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:32:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:32:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:32:27.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:32:27.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:32:27.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:32:27.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:32:27.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7b3b1e59]
+[2024-09-30 11:32:27.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:32:47.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:32:47.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:32:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:32:47.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:32:47.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@e4483a2]
+[2024-09-30 11:32:47.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:33:07.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:33:07.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:33:07.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:33:07.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:33:07.837] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2ace37b4]
+[2024-09-30 11:33:07.838] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:33:27.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:33:27.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:33:27.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:33:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:33:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@997522a]
+[2024-09-30 11:33:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:33:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:33:47.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:33:47.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:33:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:33:47.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@545d8942]
+[2024-09-30 11:33:47.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:34:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:34:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:34:07.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:34:07.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:34:07.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4cd0934b]
+[2024-09-30 11:34:07.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:34:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:34:07.882] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:34:07.882] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:34:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:34:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:34:07.884] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:34:27.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:34:27.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:34:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:34:27.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:34:27.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7fe66c24]
+[2024-09-30 11:34:27.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:34:47.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:34:47.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:34:47.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:34:47.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:34:47.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1487dc0b]
+[2024-09-30 11:34:47.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:35:07.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:35:07.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:35:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:35:07.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:35:07.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@70805ca2]
+[2024-09-30 11:35:07.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:35:27.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:35:27.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:35:27.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:35:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:35:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2bfc61e5]
+[2024-09-30 11:35:27.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:35:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:35:47.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:35:47.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:35:47.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:35:47.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@137f606a]
+[2024-09-30 11:35:47.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:36:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:36:07.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:36:07.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:36:07.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:36:07.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@18ee399e]
+[2024-09-30 11:36:07.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:36:07.877] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:36:07.878] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:36:07.878] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:36:07.878] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:36:07.879] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:36:07.879] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:36:27.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:36:27.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:36:27.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:36:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:36:27.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@42ee54a2]
+[2024-09-30 11:36:27.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:36:47.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:36:47.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:36:47.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:36:47.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:36:47.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@19b536e7]
+[2024-09-30 11:36:47.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:37:07.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:37:07.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:37:07.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:37:07.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:37:07.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5ae54c03]
+[2024-09-30 11:37:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:37:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:37:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:37:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:37:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:37:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5de3e16c]
+[2024-09-30 11:37:27.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:37:47.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:37:47.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:37:47.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:37:47.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:37:47.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28efbd83]
+[2024-09-30 11:37:47.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:38:07.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:38:07.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:38:07.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:38:07.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:38:07.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ce1b82a]
+[2024-09-30 11:38:07.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:38:07.876] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:38:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:38:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:38:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:38:07.878] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:38:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:38:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:38:27.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:38:27.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:38:27.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:38:27.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@c022fbc]
+[2024-09-30 11:38:27.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:38:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:38:47.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:38:47.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:38:47.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:38:47.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@564c4ed]
+[2024-09-30 11:38:47.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:39:07.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:39:07.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:39:07.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:39:07.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:39:07.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5f097c09]
+[2024-09-30 11:39:07.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:39:27.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:39:27.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:39:27.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:39:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:39:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1df5a946]
+[2024-09-30 11:39:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:39:47.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:39:47.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:39:47.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:39:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:39:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7bfc5df6]
+[2024-09-30 11:39:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:40:07.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:40:07.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:40:07.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:40:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:40:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3bd48597]
+[2024-09-30 11:40:07.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:40:07.870] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:40:07.871] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:40:07.872] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:40:07.872] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:40:07.873] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:40:07.873] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:40:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:40:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:40:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:40:27.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:40:27.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1a566ec]
+[2024-09-30 11:40:27.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:40:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:40:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:40:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:40:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:40:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@79b6a6f4]
+[2024-09-30 11:40:47.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:41:07.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:41:07.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:41:07.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:41:07.841] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:41:07.842] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4c0218c4]
+[2024-09-30 11:41:07.842] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:41:27.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:41:27.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:41:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:41:27.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:41:27.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@52928261]
+[2024-09-30 11:41:27.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:41:47.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:41:47.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:41:47.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:41:47.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:41:47.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28501376]
+[2024-09-30 11:41:47.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:42:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:42:07.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:42:07.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:42:07.834] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:42:07.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4924384b]
+[2024-09-30 11:42:07.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:42:07.876] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:42:07.876] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:42:07.876] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:42:07.877] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:42:07.877] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:42:07.877] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:42:27.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:42:27.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:42:27.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:42:27.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:42:27.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2747e7e7]
+[2024-09-30 11:42:27.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:42:47.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:42:47.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:42:47.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:42:47.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:42:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@dfee087]
+[2024-09-30 11:42:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:43:07.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:43:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:43:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:43:07.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:43:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4c721972]
+[2024-09-30 11:43:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:43:27.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:43:27.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:43:27.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:43:27.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:43:27.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3f8474c1]
+[2024-09-30 11:43:27.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:43:47.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:43:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:43:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:43:47.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:43:47.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3c0dbc71]
+[2024-09-30 11:43:47.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:44:07.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:44:07.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:44:07.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:44:07.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:44:07.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6d1c734b]
+[2024-09-30 11:44:07.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:44:07.874] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:44:07.875] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:44:07.875] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:44:07.876] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:44:07.876] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:44:07.876] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:44:27.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:44:27.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:44:27.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:44:27.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:44:27.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4531b14c]
+[2024-09-30 11:44:27.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:44:47.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:44:47.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:44:47.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:44:47.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:44:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@49f7cb19]
+[2024-09-30 11:44:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:45:07.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:45:07.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:45:07.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:45:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:45:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ee62bd7]
+[2024-09-30 11:45:07.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:45:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:45:27.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:45:27.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:45:27.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:45:27.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5d0c9ffd]
+[2024-09-30 11:45:27.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:45:47.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:45:47.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:45:47.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:45:47.833] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:45:47.834] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@61310717]
+[2024-09-30 11:45:47.834] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:46:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:46:07.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:46:07.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:46:07.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:46:07.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21aa3399]
+[2024-09-30 11:46:07.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:46:07.877] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:46:07.877] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:46:07.877] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:46:07.878] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:46:07.878] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:46:07.879] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:46:27.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:46:27.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:46:27.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:46:27.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:46:27.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@616b7af8]
+[2024-09-30 11:46:27.832] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:46:47.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:46:47.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:46:47.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:46:47.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:46:47.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1a3ae14c]
+[2024-09-30 11:46:47.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:47:07.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:47:07.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:47:07.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:47:07.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:47:07.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@285d1400]
+[2024-09-30 11:47:07.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:47:27.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:47:27.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:47:27.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:47:27.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:47:27.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a33c226]
+[2024-09-30 11:47:27.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:47:47.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:47:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:47:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:47:47.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:47:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2cacf222]
+[2024-09-30 11:47:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:48:07.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:48:07.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:48:07.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:48:07.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:48:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3ae93705]
+[2024-09-30 11:48:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:48:07.880] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:48:07.881] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:48:07.881] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:48:07.881] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:48:07.882] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:48:07.882] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:48:27.842] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:48:27.844] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:48:27.844] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:48:27.858] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:48:27.859] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5acf9145]
+[2024-09-30 11:48:27.860] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:48:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:48:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:48:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:48:47.838] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:48:47.839] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@667ed96a]
+[2024-09-30 11:48:47.839] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:49:07.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:49:07.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:49:07.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:49:07.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:49:07.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@14daa75f]
+[2024-09-30 11:49:07.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:49:27.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:49:27.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:49:27.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:49:27.833] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:49:27.834] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@46555759]
+[2024-09-30 11:49:27.834] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:49:47.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:49:47.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:49:47.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:49:47.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:49:47.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1f8e96a6]
+[2024-09-30 11:49:47.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:50:07.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:50:07.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:50:07.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:50:07.837] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:50:07.837] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@77c620ab]
+[2024-09-30 11:50:07.837] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:50:07.873] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:50:07.873] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:50:07.874] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:50:07.874] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:50:07.875] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:50:07.875] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:50:27.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:50:27.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:50:27.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:50:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:50:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1f0f2a31]
+[2024-09-30 11:50:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:50:47.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:50:47.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:50:47.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:50:47.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:50:47.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5a50d635]
+[2024-09-30 11:50:47.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:51:07.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:51:07.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:51:07.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:51:07.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:51:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@b23570d]
+[2024-09-30 11:51:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:51:27.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:51:27.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:51:27.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:51:27.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:51:27.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5c46e175]
+[2024-09-30 11:51:27.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:51:47.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:51:47.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:51:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:51:47.833] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:51:47.833] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@27d44a20]
+[2024-09-30 11:51:47.834] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:52:07.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:52:07.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:52:07.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:52:07.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:52:07.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@70271e3b]
+[2024-09-30 11:52:07.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:52:07.874] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:52:07.875] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:52:07.875] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:52:07.875] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:52:07.876] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:52:07.876] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:52:27.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:52:27.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:52:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:52:27.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:52:27.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1f38d0a7]
+[2024-09-30 11:52:27.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:52:47.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:52:47.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:52:47.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:52:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:52:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2ec8e255]
+[2024-09-30 11:52:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:53:07.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:53:07.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:53:07.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:53:07.834] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:53:07.834] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@24bb511b]
+[2024-09-30 11:53:07.834] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:53:27.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:53:27.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:53:27.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:53:27.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:53:27.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ac65235]
+[2024-09-30 11:53:27.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:53:47.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:53:47.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:53:47.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:53:47.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:53:47.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@75129bfa]
+[2024-09-30 11:53:47.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:54:07.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:54:07.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:54:07.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:54:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:54:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1b4afd5]
+[2024-09-30 11:54:07.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:54:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:54:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:54:07.882] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:54:07.882] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:54:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:54:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:54:27.843] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:54:27.844] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:54:27.844] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:54:27.862] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:54:27.863] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1046e604]
+[2024-09-30 11:54:27.864] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:54:47.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:54:47.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:54:47.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:54:47.834] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:54:47.834] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@52f8142c]
+[2024-09-30 11:54:47.834] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:55:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:55:07.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:55:07.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:55:07.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:55:07.836] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@79ed3202]
+[2024-09-30 11:55:07.837] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:55:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:55:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:55:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:55:27.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:55:27.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@655849cf]
+[2024-09-30 11:55:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:55:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:55:47.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:55:47.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:55:47.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:55:47.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@66b1ad4b]
+[2024-09-30 11:55:47.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:56:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:56:07.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:56:07.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:56:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:56:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@183fc0b]
+[2024-09-30 11:56:07.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:56:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:56:07.883] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:56:07.883] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:56:07.884] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:56:07.884] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:56:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:56:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:56:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:56:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:56:27.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:56:27.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2081bcba]
+[2024-09-30 11:56:27.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:56:47.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:56:47.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:56:47.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:56:47.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:56:47.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@24bc1976]
+[2024-09-30 11:56:47.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:57:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:57:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:57:07.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:57:07.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:57:07.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@163949cf]
+[2024-09-30 11:57:07.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:57:27.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:57:27.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:57:27.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:57:27.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:57:27.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@64934fd0]
+[2024-09-30 11:57:27.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:57:47.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:57:47.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:57:47.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:57:47.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:57:47.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6deb0d0b]
+[2024-09-30 11:57:47.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:58:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:58:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:58:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:58:07.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:58:07.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5b3b1bd8]
+[2024-09-30 11:58:07.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:58:07.873] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:58:07.874] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 11:58:07.874] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 11:58:07.875] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:58:07.875] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 11:58:07.875] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:58:27.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:58:27.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:58:27.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:58:27.840] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:58:27.840] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4b69bfea]
+[2024-09-30 11:58:27.840] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:58:47.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:58:47.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:58:47.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:58:47.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:58:47.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@61a6a775]
+[2024-09-30 11:58:47.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:59:07.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:59:07.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:59:07.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:59:07.833] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:59:07.834] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7a1acaf0]
+[2024-09-30 11:59:07.834] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:59:27.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:59:27.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:59:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:59:27.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:59:27.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@61c31989]
+[2024-09-30 11:59:27.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 11:59:47.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:59:47.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 11:59:47.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 11:59:47.836] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 11:59:47.838] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@24ff699c]
+[2024-09-30 11:59:47.840] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:00:07.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:00:07.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:00:07.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:00:07.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:00:07.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@9a1b4bf]
+[2024-09-30 12:00:07.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:00:07.880] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:00:07.881] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:00:07.881] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:00:07.881] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:00:07.882] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:00:07.882] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:00:27.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:00:27.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:00:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:00:27.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:00:27.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3df3436a]
+[2024-09-30 12:00:27.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:00:47.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:00:47.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:00:47.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:00:47.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:00:47.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@60a691bc]
+[2024-09-30 12:00:47.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:01:07.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:01:07.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:01:07.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:01:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:01:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@18c6318a]
+[2024-09-30 12:01:07.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:01:27.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:01:27.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:01:27.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:01:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:01:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@b563fae]
+[2024-09-30 12:01:27.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:01:47.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:01:47.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:01:47.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:01:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:01:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@70bec033]
+[2024-09-30 12:01:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:02:07.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:02:07.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:02:07.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:02:07.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:02:07.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@29ef1fa5]
+[2024-09-30 12:02:07.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:02:07.869] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:02:07.870] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:02:07.871] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:02:07.871] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:02:07.871] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:02:07.872] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:02:27.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:02:27.809] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:02:27.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:02:27.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:02:27.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@974fccb]
+[2024-09-30 12:02:27.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:02:47.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:02:47.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:02:47.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:02:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:02:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@43bebcce]
+[2024-09-30 12:02:47.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:03:07.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:03:07.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:03:07.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:03:07.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:03:07.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@152e42b2]
+[2024-09-30 12:03:07.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:03:27.805] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:03:27.805] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:03:27.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:03:27.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:03:27.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@60b2f50c]
+[2024-09-30 12:03:27.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:03:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:03:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:03:47.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:03:47.833] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:03:47.834] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@e55505a]
+[2024-09-30 12:03:47.835] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:04:07.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:04:07.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:04:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:04:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:04:07.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@c2f8f2]
+[2024-09-30 12:04:07.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:04:07.885] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:04:07.886] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:04:07.886] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:04:07.887] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:04:07.887] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:04:07.888] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:04:27.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:04:27.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:04:27.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:04:27.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:04:27.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@139c1c80]
+[2024-09-30 12:04:27.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:04:47.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:04:47.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:04:47.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:04:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:04:47.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@73b7b986]
+[2024-09-30 12:04:47.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:05:07.808] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:05:07.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:05:07.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:05:07.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:05:07.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@31937159]
+[2024-09-30 12:05:07.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:05:27.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:05:27.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:05:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:05:27.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:05:27.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@739b273d]
+[2024-09-30 12:05:27.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:05:47.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:05:47.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:05:47.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:05:47.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:05:47.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3cafd4ba]
+[2024-09-30 12:05:47.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:06:07.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:06:07.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:06:07.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:06:07.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:06:07.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@131ac095]
+[2024-09-30 12:06:07.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:06:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:06:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:06:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:06:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:06:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:06:07.891] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:06:27.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:06:27.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:06:27.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:06:27.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:06:27.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4ae3decd]
+[2024-09-30 12:06:27.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:06:47.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:06:47.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:06:47.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:06:47.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:06:47.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7fb5003f]
+[2024-09-30 12:06:47.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:07:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:07:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:07:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:07:07.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:07:07.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3ab58ca0]
+[2024-09-30 12:07:07.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:07:27.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:07:27.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:07:27.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:07:27.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:07:27.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@b8bc58b]
+[2024-09-30 12:07:27.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:07:47.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:07:47.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:07:47.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:07:47.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:07:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6f43dee]
+[2024-09-30 12:07:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:08:07.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:08:07.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:08:07.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:08:07.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:08:07.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ee40595]
+[2024-09-30 12:08:07.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:08:07.867] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:08:07.868] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:08:07.868] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:08:07.869] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:08:07.869] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:08:07.870] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:08:27.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:08:27.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:08:27.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:08:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:08:27.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7a496508]
+[2024-09-30 12:08:27.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:08:47.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:08:47.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:08:47.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:08:47.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:08:47.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@68570a70]
+[2024-09-30 12:08:47.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:09:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:09:07.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:09:07.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:09:07.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:09:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@77e69150]
+[2024-09-30 12:09:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:09:07.896] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:09:07.896] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:09:07.897] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:09:07.897] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:09:07.897] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:09:07.898] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:09:27.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:09:27.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:09:27.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:09:27.829] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:09:27.829] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@31814397]
+[2024-09-30 12:09:27.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:09:47.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:09:47.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:09:47.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:09:47.832] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:09:47.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1056e7d4]
+[2024-09-30 12:09:47.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:10:07.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:10:07.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:10:07.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:10:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:10:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5f1193c4]
+[2024-09-30 12:10:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:10:27.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:10:27.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:10:27.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:10:27.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:10:27.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7df43969]
+[2024-09-30 12:10:27.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:10:47.807] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:10:47.807] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:10:47.808] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:10:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:10:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1ba645eb]
+[2024-09-30 12:10:47.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:11:07.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:11:07.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:11:07.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:11:07.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:11:07.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1e5af23d]
+[2024-09-30 12:11:07.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:11:07.886] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:11:07.887] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:11:07.887] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:11:07.888] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:11:07.888] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:11:07.888] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:11:27.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:11:27.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:11:27.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:11:27.836] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:11:27.837] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4c7a33f3]
+[2024-09-30 12:11:27.837] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:11:47.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:11:47.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:11:47.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:11:47.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:11:47.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3e294493]
+[2024-09-30 12:11:47.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:12:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:12:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:12:07.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:12:07.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:12:07.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@63199a15]
+[2024-09-30 12:12:07.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:12:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:12:27.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:12:27.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:12:27.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:12:27.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@9d28fdc]
+[2024-09-30 12:12:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:12:47.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:12:47.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:12:47.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:12:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:12:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@29cfa863]
+[2024-09-30 12:12:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:13:07.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:13:07.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:13:07.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:13:07.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:13:07.830] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2c02abc0]
+[2024-09-30 12:13:07.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:13:07.881] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:13:07.881] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:13:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:13:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:13:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:13:07.883] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:13:27.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:13:27.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:13:27.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:13:27.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:13:27.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@476c2ae8]
+[2024-09-30 12:13:27.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:13:47.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:13:47.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:13:47.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:13:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:13:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3f0fca62]
+[2024-09-30 12:13:47.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:14:07.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:14:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:14:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:14:07.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:14:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@490cf4e1]
+[2024-09-30 12:14:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:14:27.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:14:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:14:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:14:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:14:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3e9740fa]
+[2024-09-30 12:14:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:14:47.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:14:47.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:14:47.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:14:47.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:14:47.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7f59315d]
+[2024-09-30 12:14:47.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:15:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:15:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:15:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:15:07.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:15:07.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@43b8c7c6]
+[2024-09-30 12:15:07.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:15:07.881] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:15:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:15:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:15:07.883] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:15:07.883] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:15:07.883] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:15:27.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:15:27.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:15:27.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:15:27.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:15:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3b7ebb8a]
+[2024-09-30 12:15:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:15:47.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:15:47.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:15:47.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:15:47.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:15:47.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@584167d2]
+[2024-09-30 12:15:47.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:16:07.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:16:07.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:16:07.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:16:07.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:16:07.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@68884113]
+[2024-09-30 12:16:07.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:16:27.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:16:27.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:16:27.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:16:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:16:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2b52e7e]
+[2024-09-30 12:16:27.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:16:47.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:16:47.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:16:47.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:16:47.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:16:47.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@521a90bb]
+[2024-09-30 12:16:47.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:17:07.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:17:07.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:17:07.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:17:07.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:17:07.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@35838b8a]
+[2024-09-30 12:17:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:17:07.877] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:17:07.878] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:17:07.879] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:17:07.880] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:17:07.880] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:17:07.880] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:17:27.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:17:27.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:17:27.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:17:27.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:17:27.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@682bc7c4]
+[2024-09-30 12:17:27.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:17:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:17:47.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:17:47.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:17:47.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:17:47.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3068ae40]
+[2024-09-30 12:17:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:18:07.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:18:07.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:18:07.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:18:07.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:18:07.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@71bd36b0]
+[2024-09-30 12:18:07.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:18:27.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:18:27.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:18:27.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:18:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:18:27.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4833e719]
+[2024-09-30 12:18:27.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:18:47.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:18:47.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:18:47.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:18:47.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:18:47.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1a6b9957]
+[2024-09-30 12:18:47.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:19:07.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:19:07.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:19:07.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:19:07.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:19:07.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@50ec5a0c]
+[2024-09-30 12:19:07.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:19:07.870] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:19:07.870] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:19:07.870] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:19:07.872] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:19:07.872] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:19:07.873] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:19:27.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:19:27.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:19:27.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:19:27.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:19:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@73423933]
+[2024-09-30 12:19:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:19:47.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:19:47.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:19:47.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:19:47.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:19:47.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@385ec510]
+[2024-09-30 12:19:47.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:20:07.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:20:07.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:20:07.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:20:07.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:20:07.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@381a04fe]
+[2024-09-30 12:20:07.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:20:27.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:20:27.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:20:27.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:20:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:20:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4ca2373c]
+[2024-09-30 12:20:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:20:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:20:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:20:47.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:20:47.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:20:47.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1607cfd0]
+[2024-09-30 12:20:47.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:21:07.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:21:07.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:21:07.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:21:07.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:21:07.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@33ddcec7]
+[2024-09-30 12:21:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:21:07.886] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:21:07.887] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:21:07.887] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:21:07.887] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:21:07.888] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:21:07.888] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:21:27.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:21:27.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:21:27.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:21:27.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:21:27.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@f8e563e]
+[2024-09-30 12:21:27.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:21:47.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:21:47.833] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:21:47.834] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:21:47.846] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:21:47.846] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@52c1a768]
+[2024-09-30 12:21:47.847] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:22:07.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:22:07.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:22:07.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:22:07.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:22:07.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6cc356be]
+[2024-09-30 12:22:07.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:22:27.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:22:27.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:22:27.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:22:27.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:22:27.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@62433c1d]
+[2024-09-30 12:22:27.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:22:47.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:22:47.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:22:47.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:22:47.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:22:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7e8dda17]
+[2024-09-30 12:22:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:23:07.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:23:07.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:23:07.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:23:07.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:23:07.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7a14f986]
+[2024-09-30 12:23:07.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:23:07.887] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:23:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:23:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:23:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:23:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:23:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:23:27.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:23:27.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:23:27.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:23:27.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:23:27.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1a9d078b]
+[2024-09-30 12:23:27.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:23:47.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:23:47.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:23:47.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:23:47.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:23:47.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6fda14dd]
+[2024-09-30 12:23:47.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:24:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:24:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:24:07.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:24:07.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:24:07.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@414f22d5]
+[2024-09-30 12:24:07.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:24:27.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:24:27.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:24:27.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:24:27.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:24:27.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@62836ab]
+[2024-09-30 12:24:27.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:24:47.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:24:47.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:24:47.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:24:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:24:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a95eff9]
+[2024-09-30 12:24:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:25:07.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:25:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:25:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:25:07.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:25:07.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5339b942]
+[2024-09-30 12:25:07.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:25:07.887] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:25:07.888] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:25:07.888] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:25:07.889] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:25:07.889] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:25:07.889] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:25:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:25:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:25:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:25:27.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:25:27.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@75b3e1f1]
+[2024-09-30 12:25:27.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:25:47.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:25:47.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:25:47.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:25:47.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:25:47.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6cb722d0]
+[2024-09-30 12:25:47.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:26:07.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:26:07.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:26:07.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:26:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:26:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@38828e06]
+[2024-09-30 12:26:07.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:26:27.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:26:27.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:26:27.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:26:27.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:26:27.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@89d3e0b]
+[2024-09-30 12:26:27.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:26:47.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:26:47.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:26:47.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:26:47.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:26:47.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@8a210ac]
+[2024-09-30 12:26:47.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:27:07.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:27:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:27:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:27:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:27:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@762060cd]
+[2024-09-30 12:27:07.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:27:07.893] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:27:07.894] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:27:07.894] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:27:07.894] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:27:07.895] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:27:07.895] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:27:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:27:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:27:27.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:27:27.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:27:27.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@30236967]
+[2024-09-30 12:27:27.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:27:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:27:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:27:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:27:47.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:27:47.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@72a41f3b]
+[2024-09-30 12:27:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:28:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:28:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:28:07.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:28:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:28:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@29fba30d]
+[2024-09-30 12:28:07.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:28:27.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:28:27.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:28:27.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:28:27.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:28:27.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@16fa3128]
+[2024-09-30 12:28:27.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:28:47.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:28:47.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:28:47.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:28:47.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:28:47.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3849321c]
+[2024-09-30 12:28:47.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:29:07.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:29:07.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:29:07.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:29:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:29:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@73954727]
+[2024-09-30 12:29:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:29:07.877] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:29:07.878] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:29:07.878] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:29:07.878] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:29:07.879] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:29:07.879] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:29:27.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:29:27.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:29:27.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:29:27.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:29:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@25b446ae]
+[2024-09-30 12:29:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:29:47.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:29:47.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:29:47.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:29:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:29:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@745fa0ae]
+[2024-09-30 12:29:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:30:07.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:30:07.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:30:07.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:30:07.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:30:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@181987c1]
+[2024-09-30 12:30:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:30:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:30:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:30:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:30:27.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:30:27.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2d5af79f]
+[2024-09-30 12:30:27.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:30:47.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:30:47.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:30:47.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:30:47.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:30:47.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@26594828]
+[2024-09-30 12:30:47.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:31:07.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:31:07.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:31:07.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:31:07.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:31:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@70066bad]
+[2024-09-30 12:31:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:31:07.878] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:31:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:31:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:31:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:31:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:31:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:31:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:31:27.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:31:27.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:31:27.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:31:27.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@45250d32]
+[2024-09-30 12:31:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:31:47.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:31:47.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:31:47.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:31:47.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:31:47.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4028317d]
+[2024-09-30 12:31:47.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:32:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:32:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:32:07.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:32:07.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:32:07.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@41ad8eed]
+[2024-09-30 12:32:07.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:32:27.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:32:27.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:32:27.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:32:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:32:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7530c33d]
+[2024-09-30 12:32:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:32:47.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:32:47.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:32:47.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:32:47.835] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:32:47.836] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@15234ad4]
+[2024-09-30 12:32:47.836] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:33:07.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:33:07.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:33:07.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:33:07.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:33:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@a30f2e1]
+[2024-09-30 12:33:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:33:07.871] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:33:07.873] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:33:07.873] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:33:07.874] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:33:07.874] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:33:07.875] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:33:27.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:33:27.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:33:27.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:33:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:33:27.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6fd69d0f]
+[2024-09-30 12:33:27.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:33:47.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:33:47.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:33:47.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:33:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:33:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@37345c1c]
+[2024-09-30 12:33:47.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:34:07.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:34:07.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:34:07.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:34:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:34:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5d81dc09]
+[2024-09-30 12:34:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:34:27.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:34:27.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:34:27.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:34:27.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:34:27.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@43a9e64d]
+[2024-09-30 12:34:27.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:34:47.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:34:47.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:34:47.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:34:47.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:34:47.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@53acfe26]
+[2024-09-30 12:34:47.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:35:07.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:35:07.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:35:07.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:35:07.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:35:07.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7dbc70ff]
+[2024-09-30 12:35:07.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:35:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:35:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:35:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:35:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:35:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:35:07.882] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:35:27.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:35:27.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:35:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:35:27.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:35:27.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5f5f9609]
+[2024-09-30 12:35:27.830] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:35:47.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:35:47.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:35:47.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:35:47.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:35:47.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28bcbd4a]
+[2024-09-30 12:35:47.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:36:07.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:36:07.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:36:07.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:36:07.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:36:07.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7175d57]
+[2024-09-30 12:36:07.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:36:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:36:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:36:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:36:27.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:36:27.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@53517944]
+[2024-09-30 12:36:27.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:36:47.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:36:47.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:36:47.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:36:47.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:36:47.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@63ee9139]
+[2024-09-30 12:36:47.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:37:07.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:37:07.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:37:07.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:37:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:37:07.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3622ebe2]
+[2024-09-30 12:37:07.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:37:07.887] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:37:07.887] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:37:07.888] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:37:07.888] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:37:07.888] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:37:07.889] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:37:27.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:37:27.826] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:37:27.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:37:27.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:37:27.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1ac7c3e2]
+[2024-09-30 12:37:27.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:37:47.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:37:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:37:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:37:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:37:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7ffb9eb7]
+[2024-09-30 12:37:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:38:07.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:38:07.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:38:07.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:38:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:38:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@19dd45c6]
+[2024-09-30 12:38:07.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:38:27.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:38:27.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:38:27.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:38:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:38:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7da4adff]
+[2024-09-30 12:38:27.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:38:47.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:38:47.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:38:47.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:38:47.834] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:38:47.834] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6f71c022]
+[2024-09-30 12:38:47.835] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:39:07.808] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:39:07.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:39:07.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:39:07.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:39:07.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7c017df]
+[2024-09-30 12:39:07.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:39:07.885] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:39:07.886] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:39:07.886] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:39:07.887] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:39:07.887] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:39:07.887] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:39:27.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:39:27.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:39:27.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:39:27.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:39:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@60ffcc0f]
+[2024-09-30 12:39:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:39:47.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:39:47.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:39:47.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:39:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:39:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7a531c18]
+[2024-09-30 12:39:47.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:40:07.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:40:07.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:40:07.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:40:07.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:40:07.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@333992f4]
+[2024-09-30 12:40:07.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:40:27.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:40:27.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:40:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:40:27.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:40:27.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@216d5b56]
+[2024-09-30 12:40:27.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:40:47.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:40:47.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:40:47.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:40:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:40:47.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@274c0b93]
+[2024-09-30 12:40:47.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:41:07.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:41:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:41:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:41:07.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:41:07.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4b7a3e84]
+[2024-09-30 12:41:07.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:41:07.876] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:41:07.877] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:41:07.877] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:41:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:41:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:41:07.878] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:41:27.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:41:27.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:41:27.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:41:27.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:41:27.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4419bf95]
+[2024-09-30 12:41:27.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:41:47.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:41:47.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:41:47.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:41:47.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:41:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@73a45a2]
+[2024-09-30 12:41:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:42:07.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:42:07.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:42:07.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:42:07.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:42:07.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@307f2817]
+[2024-09-30 12:42:07.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:42:27.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:42:27.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:42:27.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:42:27.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:42:27.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2e9a06db]
+[2024-09-30 12:42:27.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:42:47.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:42:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:42:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:42:47.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:42:47.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@ad0f2d9]
+[2024-09-30 12:42:47.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:43:07.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:43:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:43:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:43:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:43:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@379a82d4]
+[2024-09-30 12:43:07.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:43:07.881] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:43:07.881] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:43:07.884] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:43:07.884] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:43:07.885] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:43:07.885] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:43:27.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:43:27.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:43:27.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:43:27.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:43:27.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@39ecc7b8]
+[2024-09-30 12:43:27.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:43:47.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:43:47.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:43:47.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:43:47.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:43:47.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@74c88927]
+[2024-09-30 12:43:47.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:44:07.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:44:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:44:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:44:07.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:44:07.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5b763666]
+[2024-09-30 12:44:07.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:44:27.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:44:27.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:44:27.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:44:27.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:44:27.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@55d632fb]
+[2024-09-30 12:44:27.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:44:47.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:44:47.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:44:47.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:44:47.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:44:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@65980a0c]
+[2024-09-30 12:44:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:45:07.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:45:07.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:45:07.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:45:07.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:45:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@19ab2697]
+[2024-09-30 12:45:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:45:07.887] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:45:07.887] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:45:07.888] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:45:07.888] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:45:07.888] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:45:07.889] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:45:27.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:45:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:45:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:45:27.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:45:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@18c3315e]
+[2024-09-30 12:45:27.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:45:47.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:45:47.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:45:47.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:45:47.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:45:47.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2d5671f8]
+[2024-09-30 12:45:47.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:46:07.808] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:46:07.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:46:07.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:46:07.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:46:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@372b1af3]
+[2024-09-30 12:46:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:46:27.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:46:27.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:46:27.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:46:27.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:46:27.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3ce356e]
+[2024-09-30 12:46:27.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:46:47.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:46:47.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:46:47.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:46:47.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:46:47.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6668c27c]
+[2024-09-30 12:46:47.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:47:07.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:47:07.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:47:07.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:47:07.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:47:07.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2a3ccded]
+[2024-09-30 12:47:07.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:47:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:47:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:47:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:47:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:47:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:47:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:47:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:47:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:47:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:47:27.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:47:27.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@558be0fc]
+[2024-09-30 12:47:27.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:47:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:47:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:47:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:47:47.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:47:47.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3e0ced1a]
+[2024-09-30 12:47:47.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:48:07.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:48:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:48:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:48:07.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:48:07.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5595d121]
+[2024-09-30 12:48:07.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:48:27.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:48:27.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:48:27.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:48:27.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:48:27.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1a9964d4]
+[2024-09-30 12:48:27.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:48:47.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:48:47.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:48:47.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:48:47.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:48:47.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3525d862]
+[2024-09-30 12:48:47.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:49:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:49:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:49:07.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:49:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:49:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5d7effb1]
+[2024-09-30 12:49:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:49:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:49:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:49:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:49:07.889] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:49:07.889] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:49:07.890] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:49:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:49:27.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:49:27.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:49:27.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:49:27.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@55f64189]
+[2024-09-30 12:49:27.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:49:47.808] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:49:47.809] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:49:47.809] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:49:47.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:49:47.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3a5f86a3]
+[2024-09-30 12:49:47.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:50:07.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:50:07.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:50:07.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:50:07.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:50:07.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4b22f46f]
+[2024-09-30 12:50:07.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:50:27.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:50:27.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:50:27.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:50:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:50:27.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@39fb3f41]
+[2024-09-30 12:50:27.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:50:47.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:50:47.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:50:47.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:50:47.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:50:47.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4bf3db75]
+[2024-09-30 12:50:47.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:51:07.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:51:07.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:51:07.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:51:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:51:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@766e6048]
+[2024-09-30 12:51:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:51:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:51:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:51:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:51:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:51:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:51:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:51:27.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:51:27.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:51:27.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:51:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:51:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@c2e3c8f]
+[2024-09-30 12:51:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:51:47.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:51:47.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:51:47.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:51:47.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:51:47.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@61769ea8]
+[2024-09-30 12:51:47.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:52:07.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:52:07.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:52:07.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:52:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:52:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5cb5724f]
+[2024-09-30 12:52:07.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:52:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:52:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:52:27.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:52:27.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:52:27.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@39db3678]
+[2024-09-30 12:52:27.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:52:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:52:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:52:47.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:52:47.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:52:47.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4ee4efe9]
+[2024-09-30 12:52:47.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:53:07.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:53:07.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:53:07.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:53:07.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:53:07.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@736b1cb7]
+[2024-09-30 12:53:07.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:53:07.878] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:53:07.879] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:53:07.879] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:53:07.880] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:53:07.880] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:53:07.880] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:53:27.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:53:27.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:53:27.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:53:27.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:53:27.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6a10a4b3]
+[2024-09-30 12:53:27.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:53:47.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:53:47.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:53:47.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:53:47.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:53:47.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7dde9aae]
+[2024-09-30 12:53:47.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:54:07.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:54:07.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:54:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:54:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:54:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@796eee11]
+[2024-09-30 12:54:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:54:27.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:54:27.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:54:27.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:54:27.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:54:27.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@772097cb]
+[2024-09-30 12:54:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:54:47.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:54:47.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:54:47.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:54:47.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:54:47.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5e7789b6]
+[2024-09-30 12:54:47.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:55:07.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:55:07.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:55:07.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:55:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:55:07.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@632af8bb]
+[2024-09-30 12:55:07.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:55:07.876] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:55:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:55:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:55:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:55:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:55:07.880] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:55:27.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:55:27.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:55:27.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:55:27.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:55:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@41b8b75e]
+[2024-09-30 12:55:27.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:55:47.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:55:47.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:55:47.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:55:47.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:55:47.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1c4ac727]
+[2024-09-30 12:55:47.831] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:56:07.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:56:07.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:56:07.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:56:07.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:56:07.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@433888ee]
+[2024-09-30 12:56:07.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:56:27.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:56:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:56:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:56:27.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:56:27.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2b7c8ed]
+[2024-09-30 12:56:27.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:56:47.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:56:47.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:56:47.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:56:47.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:56:47.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6e6c7c68]
+[2024-09-30 12:56:47.828] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:57:07.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:57:07.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:57:07.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:57:07.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:57:07.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5da9c3ec]
+[2024-09-30 12:57:07.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:57:07.881] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:57:07.882] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:57:07.883] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:57:07.883] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:57:07.883] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:57:07.884] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:57:27.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:57:27.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:57:27.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:57:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:57:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@708c885e]
+[2024-09-30 12:57:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:57:47.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:57:47.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:57:47.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:57:47.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:57:47.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4ff885f2]
+[2024-09-30 12:57:47.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:58:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:58:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:58:07.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:58:07.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:58:07.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7aa6616]
+[2024-09-30 12:58:07.834] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:58:27.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:58:27.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:58:27.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:58:27.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:58:27.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@149027fd]
+[2024-09-30 12:58:27.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:58:47.806] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:58:47.806] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:58:47.806] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:58:47.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:58:47.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@10c1669d]
+[2024-09-30 12:58:47.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:59:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:59:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:59:07.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:59:07.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:59:07.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2489668e]
+[2024-09-30 12:59:07.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:59:07.879] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:59:07.879] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 12:59:07.879] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 12:59:07.880] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:59:07.880] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 12:59:07.881] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:59:27.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:59:27.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:59:27.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:59:27.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:59:27.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@715382d0]
+[2024-09-30 12:59:27.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 12:59:47.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:59:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 12:59:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 12:59:47.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 12:59:47.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@44e7bb3f]
+[2024-09-30 12:59:47.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:00:07.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:00:07.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:00:07.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:00:07.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:00:07.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4aeaa4fe]
+[2024-09-30 13:00:07.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:00:27.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:00:27.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:00:27.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:00:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:00:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@9c3b12d]
+[2024-09-30 13:00:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:00:47.807] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:00:47.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:00:47.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:00:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:00:47.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@47696b4c]
+[2024-09-30 13:00:47.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:01:07.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:01:07.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:01:07.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:01:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:01:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4eaef50a]
+[2024-09-30 13:01:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:01:07.874] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:01:07.875] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:01:07.875] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:01:07.876] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:01:07.876] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:01:07.877] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:01:27.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:01:27.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:01:27.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:01:27.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:01:27.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@76f0f9bc]
+[2024-09-30 13:01:27.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:01:47.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:01:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:01:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:01:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:01:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@475c9e72]
+[2024-09-30 13:01:47.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:02:07.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:02:07.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:02:07.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:02:07.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:02:07.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7d8f3824]
+[2024-09-30 13:02:07.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:02:27.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:02:27.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:02:27.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:02:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:02:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5a1487e6]
+[2024-09-30 13:02:27.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:02:47.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:02:47.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:02:47.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:02:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:02:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3e71d64]
+[2024-09-30 13:02:47.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:03:07.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:03:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:03:07.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:03:07.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:03:07.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21df6eb8]
+[2024-09-30 13:03:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:03:07.888] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:03:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:03:07.889] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:03:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:03:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:03:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:03:27.809] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:03:27.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:03:27.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:03:27.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:03:27.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1e19e9e6]
+[2024-09-30 13:03:27.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:03:47.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:03:47.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:03:47.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:03:47.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:03:47.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6bbe746c]
+[2024-09-30 13:03:47.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:04:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:04:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:04:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:04:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:04:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1afea23e]
+[2024-09-30 13:04:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:04:27.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:04:27.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:04:27.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:04:27.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:04:27.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@34e98a7d]
+[2024-09-30 13:04:27.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:04:47.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:04:47.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:04:47.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:04:47.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:04:47.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@34c06628]
+[2024-09-30 13:04:47.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:05:07.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:05:07.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:05:07.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:05:07.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:05:07.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@694100a1]
+[2024-09-30 13:05:07.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:05:07.883] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:05:07.884] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:05:07.884] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:05:07.885] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:05:07.885] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:05:07.885] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:05:27.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:05:27.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:05:27.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:05:27.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:05:27.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a1cf0c6]
+[2024-09-30 13:05:27.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:05:47.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:05:47.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:05:47.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:05:47.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:05:47.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@78ecec2e]
+[2024-09-30 13:05:47.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:06:07.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:06:07.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:06:07.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:06:07.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:06:07.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7bcbdaa0]
+[2024-09-30 13:06:07.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:06:27.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:06:27.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:06:27.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:06:27.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:06:27.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@653f307f]
+[2024-09-30 13:06:27.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:06:47.829] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:06:47.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:06:47.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:06:47.836] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:06:47.836] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21e972a1]
+[2024-09-30 13:06:47.836] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:07:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:07:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:07:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:07:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:07:07.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21037d39]
+[2024-09-30 13:07:07.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:07:07.890] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:07:07.890] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:07:07.891] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:07:07.892] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:07:07.892] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:07:07.893] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:07:27.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:07:27.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:07:27.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:07:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:07:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@552c1308]
+[2024-09-30 13:07:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:07:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:07:47.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:07:47.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:07:47.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:07:47.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4820dd08]
+[2024-09-30 13:07:47.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:08:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:08:07.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:08:07.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:08:07.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:08:07.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3eb4f663]
+[2024-09-30 13:08:07.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:08:27.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:08:27.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:08:27.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:08:27.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:08:27.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@478a0010]
+[2024-09-30 13:08:27.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:08:47.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:08:47.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:08:47.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:08:47.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:08:47.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@33139044]
+[2024-09-30 13:08:47.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:09:07.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:09:07.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:09:07.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:09:07.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:09:07.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@f9dec83]
+[2024-09-30 13:09:07.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:09:07.892] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:09:07.893] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:09:07.893] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:09:07.894] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:09:07.894] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:09:07.895] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:09:27.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:09:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:09:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:09:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:09:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@91324c0]
+[2024-09-30 13:09:27.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:09:47.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:09:47.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:09:47.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:09:47.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:09:47.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7cf078cf]
+[2024-09-30 13:09:47.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:10:07.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:10:07.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:10:07.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:10:07.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:10:07.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6577be0a]
+[2024-09-30 13:10:07.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:10:27.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:10:27.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:10:27.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:10:27.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:10:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3be0c93b]
+[2024-09-30 13:10:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:10:47.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:10:47.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:10:47.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:10:47.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:10:47.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6f59f174]
+[2024-09-30 13:10:47.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:11:07.805] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:11:07.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:11:07.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:11:07.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:11:07.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@69092e8b]
+[2024-09-30 13:11:07.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:11:07.889] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:11:07.890] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:11:07.890] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:11:07.890] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:11:07.891] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:11:07.891] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:11:27.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:11:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:11:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:11:27.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:11:27.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@290af9]
+[2024-09-30 13:11:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:11:47.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:11:47.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:11:47.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:11:47.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:11:47.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3ea98dd1]
+[2024-09-30 13:11:47.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:12:07.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:12:07.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:12:07.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:12:07.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:12:07.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3347d72d]
+[2024-09-30 13:12:07.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:12:27.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:12:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:12:27.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:12:27.837] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:12:27.837] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@16361dcb]
+[2024-09-30 13:12:27.838] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:12:47.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:12:47.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:12:47.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:12:47.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:12:47.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@47719e52]
+[2024-09-30 13:12:47.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:13:07.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:13:07.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:13:07.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:13:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:13:07.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2d47d8c9]
+[2024-09-30 13:13:07.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:13:07.891] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:13:07.892] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:13:07.892] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:13:07.893] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:13:07.893] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:13:07.894] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:13:27.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:13:27.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:13:27.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:13:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:13:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@66650a3d]
+[2024-09-30 13:13:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:13:47.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:13:47.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:13:47.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:13:47.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:13:47.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@64bac8c7]
+[2024-09-30 13:13:47.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:14:07.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:14:07.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:14:07.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:14:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:14:07.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4c82bcd4]
+[2024-09-30 13:14:07.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:14:27.806] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:14:27.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:14:27.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:14:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:14:27.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@24d06b93]
+[2024-09-30 13:14:27.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:14:35.218] | [Thread-10][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 13:14:35.218] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 13:14:35.219] | [Thread-10][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 13:14:35.220] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 13:14:35.221] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@58fa5769, started on Mon Sep 30 10:46:44 CST 2024
+[2024-09-30 13:14:35.223] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 13:14:35.616] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 13:14:35.623] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 13:14:35.680] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 13:14:35.685] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 13:14:35.697] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 13:14:35.697] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 13:14:35.697] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 13:14:45.457] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 20432 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 13:14:45.460] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 13:14:45.460] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 13:14:45.460] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 13:14:45.498] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 13:14:45.500] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54
+[2024-09-30 13:14:47.239] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 13:14:47.487] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$a2dc7507] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.498] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.501] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.502] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1718103695] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.508] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.514] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.523] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.569] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.572] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.596] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.615] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:14:47.906] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 13:14:47.906] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 13:14:47.906] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 13:14:47.931] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 13:14:47.941] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 13:14:47.941] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 13:14:48.122] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 13:14:48.123] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 13:14:48.123] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2623 ms
+[2024-09-30 13:14:48.368] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:48.567] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:48.923] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 13:14:48.924] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 13:14:48.925] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 13:14:49.034] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:49.059] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 13:14:49.059] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 13:14:49.086] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 13:14:49.087] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 13:14:49.087] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 13:14:49.087] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 13:14:49.087] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 13:14:49.087] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 13:14:49.087] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 13:14:49.091] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 13:14:49.091] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 13:14:49.091] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 13:14:49.091] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 13:14:49.091] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 13:14:49.092] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 13:14:49.092] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 13:14:49.265] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 13:14:51.609] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:52.449] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:52.607] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 13:14:52.755] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 13:14:52.859] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 13:14:52.903] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 13:14:52.920] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 13:14:52.946] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:53.284] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 13:14:53.782] | [redisson-netty-2-7][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 13:14:53.851] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 13:14:55.154] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 13:14:55.202] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@190ec769, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@27bd124a, org.springframework.security.web.context.SecurityContextPersistenceFilter@597084b7, org.springframework.security.web.header.HeaderWriterFilter@5fdebe73, org.springframework.web.filter.CorsFilter@7902a4d7, org.springframework.security.web.authentication.logout.LogoutFilter@683218c8, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@2e667e95, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@719e8f9f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5122387, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@397a70d8, org.springframework.security.web.session.SessionManagementFilter@4458887d, org.springframework.security.web.access.ExceptionTranslationFilter@2fe152aa, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1b42eb0f]
+[2024-09-30 13:14:55.308] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 13:14:55.812] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:55.829] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:55.840] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 13:14:55.841] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 13:14:55.846] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 13:14:55.865] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:14:56.871] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 13:14:56.901] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 13:14:56.901] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 13:14:57.133] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 13:14:57.601] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 13:14:57.601] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.363 seconds (JVM running for 16.521)
+[2024-09-30 13:14:57.607] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 13:14:57.629] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 13:14:57.638] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 13:14:58.472] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 13:14:58.472] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 13:14:58.472] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 13:14:58.473] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 13:14:58.473] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 13:14:58.474] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@4c04e082
+[2024-09-30 13:14:58.476] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@27db24c0
+[2024-09-30 13:14:58.476] | [RMI TCP Connection(4)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 13:14:58.476] | [RMI TCP Connection(4)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 4 ms
+[2024-09-30 13:14:58.614] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 13:15:07.907] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:15:07.917] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:15:07.919] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:15:08.096] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:15:08.099] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@48c512c8]
+[2024-09-30 13:15:08.107] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:15:08.125] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 13:15:08.125] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:15:08.126] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 13:15:08.126] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:15:08.127] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 13:15:08.127] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:15:08.133] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:15:08.133] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:15:08.134] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:15:08.135] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:15:08.138] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@6f6cd6ee href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@1aff1da3 (truncated)...]
+[2024-09-30 13:15:08.141] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:15:08.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 13:15:08.916] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 13:15:08.921] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 13:15:08.921] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 13:15:08.925] | [http-nio-8983-exec-4][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 13:15:08.954] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 13:15:08.956] | [http-nio-8983-exec-4][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 56] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 13:15:08.959] | [http-nio-8983-exec-4][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 13:15:09.004] | [http-nio-8983-exec-4][INFO ] | [c.i.m.m.m.c.u.DllUtils.freeDll,line : 46] 成功卸载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 13:15:09.304] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 13:15:09.313] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=500, data=null, msg=运行异常)]
+[2024-09-30 13:15:09.316] | [http-nio-8983-exec-4][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(388 ms)]
+[2024-09-30 13:15:09.316] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:15:27.809] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:15:27.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:15:27.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:15:27.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:15:27.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@690bb2b6]
+[2024-09-30 13:15:27.825] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:15:47.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:15:47.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:15:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:15:47.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:15:47.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@54ab1577]
+[2024-09-30 13:15:47.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:16:07.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:16:07.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:16:07.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:16:07.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:16:07.826] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@502dba23]
+[2024-09-30 13:16:07.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:16:27.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:16:27.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:16:27.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:16:27.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:16:27.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@777de3e1]
+[2024-09-30 13:16:27.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:16:47.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:16:47.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:16:47.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:16:47.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:16:47.837] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5d2bd3a9]
+[2024-09-30 13:16:47.838] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:17:07.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:17:07.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:17:07.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:17:07.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:17:07.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@13af4328]
+[2024-09-30 13:17:07.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:17:07.880] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:17:07.881] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:17:07.881] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:17:07.882] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:17:07.882] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:17:07.883] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:17:18.694] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 13:17:18.694] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 13:17:18.694] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 13:17:18.695] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 13:17:18.695] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54, started on Mon Sep 30 13:14:45 CST 2024
+[2024-09-30 13:17:18.696] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 13:17:19.210] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 13:17:19.216] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 13:17:19.248] | [redisson-netty-2-3][ERROR] | [o.r.c.h.ErrorsLoggingHandler.exceptionCaught,line : 47] Exception occured. Channel: [id: 0x4e129dcf, L:/127.0.0.1:59769 - R:127.0.0.1/127.0.0.1:6379]
+java.io.IOException: 远程主机强迫关闭了一个现有的连接。
+	at sun.nio.ch.SocketDispatcher.read0(Native Method)
+	at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
+	at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
+	at sun.nio.ch.IOUtil.read(IOUtil.java:192)
+	at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
+	at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
+	at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
+	at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
+	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
+	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
+	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
+	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
+	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
+	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
+	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
+	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
+	at java.lang.Thread.run(Thread.java:748)
+[2024-09-30 13:17:19.262] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 13:17:19.265] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 13:17:19.271] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 13:17:19.272] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 13:17:19.272] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 13:17:28.104] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 54668 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 13:17:28.106] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 13:17:28.107] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 13:17:28.107] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 13:17:28.140] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 13:17:28.144] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54
+[2024-09-30 13:17:29.738] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 13:17:30.020] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$38e36fc9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.032] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.035] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.037] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/974386787] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.042] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.048] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.058] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.103] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.106] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.132] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.153] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:17:30.421] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 13:17:30.421] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 13:17:30.421] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 13:17:30.443] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 13:17:30.452] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 13:17:30.452] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 13:17:30.607] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 13:17:30.607] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 13:17:30.608] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2463 ms
+[2024-09-30 13:17:30.854] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:30.926] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:31.410] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 13:17:31.411] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 13:17:31.413] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 13:17:31.523] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:31.548] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 13:17:31.549] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 13:17:31.574] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 13:17:31.575] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 13:17:31.575] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 13:17:31.575] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 13:17:31.575] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 13:17:31.575] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 13:17:31.575] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 13:17:31.579] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 13:17:31.580] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 13:17:31.580] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 13:17:31.580] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 13:17:31.580] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 13:17:31.580] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 13:17:31.580] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 13:17:31.768] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 13:17:33.583] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:34.423] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:34.605] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 13:17:34.825] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 13:17:34.937] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 13:17:34.980] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 13:17:34.998] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 13:17:35.025] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:35.395] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 13:17:35.882] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 13:17:35.918] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 13:17:37.231] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 13:17:37.285] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@136a2e3b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@62a5e4c7, org.springframework.security.web.context.SecurityContextPersistenceFilter@2387e60b, org.springframework.security.web.header.HeaderWriterFilter@699fe19f, org.springframework.web.filter.CorsFilter@62325b44, org.springframework.security.web.authentication.logout.LogoutFilter@413a2520, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@2fbd47b7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@203b98cf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@52bcd7c9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4d08fee2, org.springframework.security.web.session.SessionManagementFilter@78c34153, org.springframework.security.web.access.ExceptionTranslationFilter@5a097a83, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7a88e6a9]
+[2024-09-30 13:17:37.389] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 13:17:37.916] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:37.934] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:37.942] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 13:17:37.944] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 13:17:37.948] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 13:17:37.966] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:17:39.106] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 13:17:39.124] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 13:17:39.124] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 13:17:39.358] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 13:17:39.811] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 13:17:39.812] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 14.917 seconds (JVM running for 16.206)
+[2024-09-30 13:17:39.818] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 13:17:39.840] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 13:17:39.848] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 13:17:40.540] | [RMI TCP Connection(6)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 13:17:40.540] | [RMI TCP Connection(6)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 13:17:40.541] | [RMI TCP Connection(6)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 13:17:40.541] | [RMI TCP Connection(6)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 13:17:40.541] | [RMI TCP Connection(6)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 13:17:40.544] | [RMI TCP Connection(6)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@1a6a3fe6
+[2024-09-30 13:17:40.545] | [RMI TCP Connection(6)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@37ffe841
+[2024-09-30 13:17:40.546] | [RMI TCP Connection(6)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 13:17:40.546] | [RMI TCP Connection(6)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 5 ms
+[2024-09-30 13:17:40.830] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 13:17:53.761] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 13:17:54.009] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<com.iailab.module.system.api.oauth2.dto.OAuth2AccessTokenCheckRespDTO>]
+[2024-09-30 13:17:54.023] | [http-nio-8983-exec-2][DEBUG] | [c.i.f.s.c.h.AuthenticationEntryPointImpl.commence,line : 30] [commence][访问 URL(/admin-api/model/mpk/api/run) 时,没有登录]
+org.springframework.security.authentication.InsufficientAuthenticationException: Full authentication is required to access this resource
+	at org.springframework.security.web.access.ExceptionTranslationFilter.handleAccessDeniedException(ExceptionTranslationFilter.java:195)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.handleSpringSecurityException(ExceptionTranslationFilter.java:174)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:143)
+	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
+	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at com.iailab.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:80)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
+	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
+	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
+	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
+	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
+	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
+	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
+	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tenant.core.web.TenantContextWebFilter.doFilterInternal(TenantContextWebFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.datapermission.core.rpc.DataPermissionRpcWebFilter.doFilterInternal(DataPermissionRpcWebFilter.java:33)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.web.core.filter.CacheRequestBodyFilter.doFilterInternal(CacheRequestBodyFilter.java:22)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.env.core.web.EnvWebFilter.doFilterInternal(EnvWebFilter.java:28)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at com.iailab.framework.tracer.core.filter.TraceFilter.doFilterInternal(TraceFilter.java:30)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
+	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
+	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
+	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
+	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
+	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
+	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
+	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
+	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
+	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
+	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
+	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
+	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
+	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
+	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794)
+	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
+	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
+	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
+	at java.lang.Thread.run(Thread.java:748)
+[2024-09-30 13:17:54.080] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 13:17:54.103] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 13:17:54.111] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 13:17:54.114] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 13:17:54.117] | [http-nio-8983-exec-3][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 13:17:54.162] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 13:17:54.169] | [http-nio-8983-exec-3][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 56] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 13:17:54.170] | [http-nio-8983-exec-3][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 13:17:57.462] | [http-nio-8983-exec-3][INFO ] | [c.i.m.m.m.c.u.DllUtils.freeDll,line : 46] 成功卸载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 13:17:57.779] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 13:17:57.782] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 13:17:57.789] | [http-nio-8983-exec-3][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(3669 ms)]
+[2024-09-30 13:17:57.789] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:18:02.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:18:02.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:18:02.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:18:02.838] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:18:02.839] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@59a66070]
+[2024-09-30 13:18:02.840] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:18:02.848] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 13:18:02.849] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 13:18:02.850] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 13:18:02.852] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:18:02.857] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@3afe570f href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@50600903 (truncated)...]
+[2024-09-30 13:18:02.860] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:18:02.870] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:18:02.871] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:18:02.873] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:18:02.876] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:18:02.876] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:18:02.877] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:18:17.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:18:17.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:18:17.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:18:17.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:18:17.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5e3a4760]
+[2024-09-30 13:18:17.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:18:37.809] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:18:37.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:18:37.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:18:37.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:18:37.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@22dcafed]
+[2024-09-30 13:18:37.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:18:57.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:18:57.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:18:57.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:18:57.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:18:57.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@eceee7a]
+[2024-09-30 13:18:57.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:19:07.882] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:19:07.883] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:19:07.884] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:19:07.884] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:19:07.885] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:19:07.886] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:19:17.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:19:17.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:19:17.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:19:17.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:19:17.828] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3b05d4f5]
+[2024-09-30 13:19:17.829] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:19:37.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:19:37.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:19:37.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:19:37.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:19:37.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1f0f58e7]
+[2024-09-30 13:19:37.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:19:57.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:19:57.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:19:57.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:19:57.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:19:57.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28bad6e8]
+[2024-09-30 13:19:57.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:20:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:20:17.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:20:17.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:20:17.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:20:17.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@72646b7e]
+[2024-09-30 13:20:17.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:20:37.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:20:37.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:20:37.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:20:37.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:20:37.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@702086df]
+[2024-09-30 13:20:37.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:20:57.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:20:57.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:20:57.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:20:57.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:20:57.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@398626ee]
+[2024-09-30 13:20:57.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:21:07.872] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:21:07.873] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:21:07.873] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:21:07.874] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:21:07.874] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:21:07.875] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:21:17.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:21:17.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:21:17.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:21:17.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:21:17.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7aec0097]
+[2024-09-30 13:21:17.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:21:37.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:21:37.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:21:37.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:21:37.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:21:37.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4fc9e925]
+[2024-09-30 13:21:37.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:21:57.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:21:57.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:21:57.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:21:57.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:21:57.833] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3c602c58]
+[2024-09-30 13:21:57.835] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:22:17.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:22:17.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:22:17.812] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:22:17.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:22:17.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@58965bc5]
+[2024-09-30 13:22:17.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:22:37.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:22:37.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:22:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:22:37.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:22:37.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5e1bd2b3]
+[2024-09-30 13:22:37.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:22:57.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:22:57.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:22:57.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:22:57.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:22:57.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@157b1521]
+[2024-09-30 13:22:57.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:23:07.883] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:23:07.884] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:23:07.884] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:23:07.885] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:23:07.886] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:23:07.887] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:23:17.806] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:23:17.807] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:23:17.808] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:23:17.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:23:17.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2f1389aa]
+[2024-09-30 13:23:17.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:23:37.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:23:37.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:23:37.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:23:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:23:37.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6d1a3c83]
+[2024-09-30 13:23:37.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:23:57.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:23:57.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:23:57.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:23:57.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:23:57.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@213059fd]
+[2024-09-30 13:23:57.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:24:17.077] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 13:24:17.078] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 13:24:17.078] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 13:24:17.078] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 13:24:17.079] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@692dba54, started on Mon Sep 30 13:17:28 CST 2024
+[2024-09-30 13:24:17.079] | [Thread-4][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 13:24:17.419] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 13:24:17.423] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 13:24:17.457] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 13:24:17.461] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 13:24:17.467] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 13:24:17.467] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 13:24:17.467] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 13:24:26.871] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 45320 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 13:24:26.874] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 13:24:26.874] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 13:24:26.875] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 13:24:26.908] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 13:24:26.911] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@71f1cc02
+[2024-09-30 13:24:28.615] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 13:24:28.880] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$361942d3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:28.891] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:28.895] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:28.896] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1948456514] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:28.900] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:28.907] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:28.918] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:28.980] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:28.986] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:29.014] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:29.031] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:24:29.307] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 13:24:29.308] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 13:24:29.308] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 13:24:29.334] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 13:24:29.344] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 13:24:29.344] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 13:24:29.509] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 13:24:29.509] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 13:24:29.509] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2598 ms
+[2024-09-30 13:24:29.748] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:29.825] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:30.300] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 13:24:30.300] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 13:24:30.302] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 13:24:30.413] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:30.437] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 13:24:30.437] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 13:24:30.464] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 13:24:30.464] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 13:24:30.464] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 13:24:30.464] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 13:24:30.465] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 13:24:30.465] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 13:24:30.465] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 13:24:30.469] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 13:24:30.469] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 13:24:30.469] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 13:24:30.470] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 13:24:30.470] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 13:24:30.470] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 13:24:30.470] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 13:24:30.644] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 13:24:32.747] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:33.702] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:33.861] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 13:24:34.007] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 13:24:34.114] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 13:24:34.163] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 13:24:34.181] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 13:24:34.209] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:34.534] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 13:24:35.026] | [redisson-netty-2-6][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 13:24:35.060] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 13:24:36.412] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 13:24:36.460] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3c0640fa, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c67b7a9, org.springframework.security.web.context.SecurityContextPersistenceFilter@5eaa6f76, org.springframework.security.web.header.HeaderWriterFilter@3678f32e, org.springframework.web.filter.CorsFilter@67b6cb6e, org.springframework.security.web.authentication.logout.LogoutFilter@623dc0b8, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@19b8f1bd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@68ac6e6e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6eb6750f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@47de4dce, org.springframework.security.web.session.SessionManagementFilter@7712c315, org.springframework.security.web.access.ExceptionTranslationFilter@539953af, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7cb32ca5]
+[2024-09-30 13:24:36.561] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 13:24:37.084] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:37.100] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:37.108] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 13:24:37.110] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 13:24:37.114] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 13:24:37.133] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:24:38.130] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 13:24:38.150] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 13:24:38.150] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 13:24:38.366] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 13:24:38.897] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 13:24:38.897] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.643 seconds (JVM running for 16.766)
+[2024-09-30 13:24:38.905] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 13:24:38.928] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 13:24:38.936] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 13:24:39.923] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 13:24:39.988] | [RMI TCP Connection(10)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 13:24:39.988] | [RMI TCP Connection(10)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 13:24:39.988] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 13:24:39.989] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 13:24:39.989] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 13:24:39.993] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@2cb4fff3
+[2024-09-30 13:24:39.994] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@133e7205
+[2024-09-30 13:24:39.995] | [RMI TCP Connection(10)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 13:24:39.995] | [RMI TCP Connection(10)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 7 ms
+[2024-09-30 13:25:01.106] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 13:25:01.388] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 13:25:01.396] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 13:25:01.397] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 13:25:01.401] | [http-nio-8983-exec-1][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 13:25:01.441] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 13:25:01.448] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 56] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 13:25:01.449] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.a.MdkController.run,line : 59] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 13:25:02.994] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:25:02.995] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:25:02.995] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:25:03.010] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:25:03.011] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@44aa3dee]
+[2024-09-30 13:25:03.018] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:25:03.035] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 13:25:03.036] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 13:25:03.036] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 13:25:03.040] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:25:03.043] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@36467610 href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@41e497a5 (truncated)...]
+[2024-09-30 13:25:03.046] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:25:03.052] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:25:03.053] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:25:03.053] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:25:03.055] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:25:03.055] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:25:03.056] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:25:04.181] | [http-nio-8983-exec-1][INFO ] | [c.i.m.m.m.c.u.DllUtils.freeDll,line : 46] 成功卸载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 13:25:04.538] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 13:25:04.539] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 13:25:04.545] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1101] Failed to complete request: java.lang.NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy
+[2024-09-30 13:25:15.664] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 13:25:15.664] | [Thread-3][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 13:25:15.665] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 13:25:15.665] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 13:25:15.665] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@71f1cc02, started on Mon Sep 30 13:24:26 CST 2024
+[2024-09-30 13:25:24.264] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 5988 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 13:25:24.267] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 13:25:24.268] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 13:25:24.269] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 13:25:24.323] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 13:25:24.326] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4f327096
+[2024-09-30 13:25:26.542] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 13:25:26.902] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$400a175f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:26.920] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:26.925] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:26.927] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/846778469] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:26.935] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:26.944] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:26.958] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:27.022] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:27.028] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:27.062] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:27.091] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 13:25:27.450] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 13:25:27.451] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 13:25:27.451] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 13:25:27.479] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 13:25:27.490] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 13:25:27.491] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 13:25:27.717] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 13:25:27.717] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 13:25:27.717] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 3391 ms
+[2024-09-30 13:25:28.037] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:28.285] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:28.752] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 13:25:28.754] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 13:25:28.756] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 13:25:28.905] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:28.936] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 13:25:28.936] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 13:25:28.971] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 13:25:28.972] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 13:25:28.972] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 13:25:28.972] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 13:25:28.972] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 13:25:28.972] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 13:25:28.973] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 13:25:28.978] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 13:25:28.979] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 13:25:28.979] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 13:25:28.979] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 13:25:28.980] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 13:25:28.980] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 13:25:28.980] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 13:25:29.185] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 13:25:31.494] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:33.064] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:33.290] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 13:25:33.473] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 13:25:33.610] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 13:25:33.693] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 13:25:33.720] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 13:25:33.809] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:34.498] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 13:25:35.447] | [redisson-netty-2-5][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 13:25:35.497] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 13:25:37.162] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 13:25:37.225] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@5baabba, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@253fb3fa, org.springframework.security.web.context.SecurityContextPersistenceFilter@12e8ea81, org.springframework.security.web.header.HeaderWriterFilter@5350a926, org.springframework.web.filter.CorsFilter@57283e4, org.springframework.security.web.authentication.logout.LogoutFilter@3577e37c, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@5a95aaae, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@326489c4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@50165a6d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@58fa8762, org.springframework.security.web.session.SessionManagementFilter@1a1d7832, org.springframework.security.web.access.ExceptionTranslationFilter@6e43c01f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@19aa9540]
+[2024-09-30 13:25:37.364] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 13:25:38.020] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:38.038] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:38.050] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 13:25:38.051] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 13:25:38.056] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 13:25:38.076] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 13:25:39.315] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 13:25:39.334] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 13:25:39.335] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 13:25:39.565] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 13:25:40.199] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 13:25:40.200] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 20.855 seconds (JVM running for 22.41)
+[2024-09-30 13:25:40.207] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 13:25:40.232] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 13:25:40.242] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 13:25:40.419] | [RMI TCP Connection(3)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 13:25:40.419] | [RMI TCP Connection(3)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 13:25:40.420] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 13:25:40.420] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 13:25:40.420] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 13:25:40.424] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@778850a3
+[2024-09-30 13:25:40.425] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@20aa54d9
+[2024-09-30 13:25:40.426] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 13:25:40.426] | [RMI TCP Connection(3)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 6 ms
+[2024-09-30 13:25:41.222] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 13:26:03.104] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:26:03.115] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:26:03.116] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:26:03.325] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:26:03.328] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3f509622]
+[2024-09-30 13:26:03.337] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:26:03.349] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 13:26:03.350] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 13:26:03.350] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 13:26:03.353] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:26:03.357] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@4954227c href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@4c215e43 (truncated)...]
+[2024-09-30 13:26:03.359] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:26:03.364] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:26:03.364] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:26:03.365] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:26:03.366] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:26:03.367] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:26:03.368] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:26:17.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:26:17.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:26:17.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:26:17.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:26:17.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a02c323]
+[2024-09-30 13:26:17.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:26:37.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:26:37.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:26:37.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:26:37.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:26:37.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@26782f93]
+[2024-09-30 13:26:37.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:26:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:26:57.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:26:57.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:26:57.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:26:57.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1defa996]
+[2024-09-30 13:26:57.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:27:07.886] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:27:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:27:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:27:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:27:07.889] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:27:07.890] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:27:17.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:27:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:27:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:27:17.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:27:17.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@58cf9477]
+[2024-09-30 13:27:17.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:27:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:27:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:27:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:27:37.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:27:37.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2d4c0a02]
+[2024-09-30 13:27:37.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:27:57.803] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:27:57.805] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:27:57.805] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:27:57.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:27:57.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7394424d]
+[2024-09-30 13:27:57.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:28:17.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:28:17.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:28:17.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:28:17.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:28:17.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3bf048a8]
+[2024-09-30 13:28:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:28:37.806] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:28:37.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:28:37.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:28:37.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:28:37.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@70f2901c]
+[2024-09-30 13:28:37.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:28:57.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:28:57.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:28:57.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:28:57.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:28:57.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3d0487a8]
+[2024-09-30 13:28:57.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:29:07.881] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:29:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:29:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:29:07.883] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:29:07.884] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:29:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:29:17.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:29:17.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:29:17.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:29:17.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:29:17.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@791aab9]
+[2024-09-30 13:29:17.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:29:37.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:29:37.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:29:37.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:29:37.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:29:37.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@91532e9]
+[2024-09-30 13:29:37.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:29:57.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:29:57.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:29:57.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:29:57.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:29:57.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@10a87514]
+[2024-09-30 13:29:57.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:30:17.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:30:17.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:30:17.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:30:17.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:30:17.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@150451a8]
+[2024-09-30 13:30:17.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:30:37.808] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:30:37.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:30:37.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:30:37.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:30:37.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7a3be9e9]
+[2024-09-30 13:30:37.831] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:30:57.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:30:57.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:30:57.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:30:57.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:30:57.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4d2ee4bc]
+[2024-09-30 13:30:57.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:31:07.874] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:31:07.874] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:31:07.875] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:31:07.876] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:31:07.876] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:31:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:31:17.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:31:17.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:31:17.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:31:17.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:31:17.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@9910f20]
+[2024-09-30 13:31:17.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:31:37.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:31:37.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:31:37.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:31:37.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:31:37.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@57aac564]
+[2024-09-30 13:31:37.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:31:57.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:31:57.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:31:57.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:31:57.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:31:57.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6ae70244]
+[2024-09-30 13:31:57.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:32:17.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:32:17.809] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:32:17.809] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:32:17.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:32:17.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4e681c9f]
+[2024-09-30 13:32:17.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:32:37.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:32:37.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:32:37.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:32:37.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:32:37.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3e9c7489]
+[2024-09-30 13:32:37.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:32:57.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:32:57.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:32:57.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:32:57.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:32:57.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@65cfeca7]
+[2024-09-30 13:32:57.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:33:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:33:07.884] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:33:07.885] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:33:07.885] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:33:07.886] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:33:07.886] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:33:17.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:33:17.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:33:17.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:33:17.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:33:17.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@32304860]
+[2024-09-30 13:33:17.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:33:37.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:33:37.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:33:37.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:33:37.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:33:37.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2ce7d646]
+[2024-09-30 13:33:37.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:33:57.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:33:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:33:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:33:57.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:33:57.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5839ced1]
+[2024-09-30 13:33:57.831] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:34:17.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:34:17.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:34:17.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:34:17.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:34:17.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@26342ebe]
+[2024-09-30 13:34:17.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:34:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:34:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:34:37.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:34:37.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:34:37.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@32e528d3]
+[2024-09-30 13:34:37.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:34:57.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:34:57.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:34:57.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:34:57.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:34:57.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@67f8b98e]
+[2024-09-30 13:34:57.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:35:07.892] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:35:07.893] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:35:07.893] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:35:07.893] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:35:07.894] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:35:07.894] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:35:17.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:35:17.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:35:17.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:35:17.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:35:17.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@f56e09]
+[2024-09-30 13:35:17.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:35:37.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:35:37.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:35:37.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:35:37.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:35:37.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7783620]
+[2024-09-30 13:35:37.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:35:57.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:35:57.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:35:57.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:35:57.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:35:57.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@37ff37c4]
+[2024-09-30 13:35:57.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:36:17.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:36:17.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:36:17.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:36:17.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:36:17.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@46e21e4d]
+[2024-09-30 13:36:17.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:36:37.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:36:37.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:36:37.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:36:37.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:36:37.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@298fb902]
+[2024-09-30 13:36:37.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:36:57.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:36:57.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:36:57.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:36:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:36:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6fdb0068]
+[2024-09-30 13:36:57.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:37:07.876] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:37:07.877] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:37:07.877] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:37:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:37:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:37:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:37:17.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:37:17.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:37:17.808] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:37:17.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:37:17.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@19dae439]
+[2024-09-30 13:37:17.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:37:37.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:37:37.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:37:37.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:37:37.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:37:37.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@667c2fe9]
+[2024-09-30 13:37:37.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:37:57.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:37:57.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:37:57.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:37:57.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:37:57.832] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@d6a9f81]
+[2024-09-30 13:37:57.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:38:17.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:38:17.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:38:17.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:38:17.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:38:17.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5ec5e05]
+[2024-09-30 13:38:17.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:38:37.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:38:37.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:38:37.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:38:37.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:38:37.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1c667e7e]
+[2024-09-30 13:38:37.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:38:57.807] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:38:57.808] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:38:57.808] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:38:57.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:38:57.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@138d8694]
+[2024-09-30 13:38:57.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:39:07.875] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:39:07.875] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:39:07.875] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:39:07.876] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:39:07.876] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:39:07.877] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:39:17.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:39:17.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:39:17.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:39:17.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:39:17.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@9486f7e]
+[2024-09-30 13:39:17.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:39:37.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:39:37.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:39:37.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:39:37.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:39:37.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21b1ad7c]
+[2024-09-30 13:39:37.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:39:57.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:39:57.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:39:57.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:39:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:39:57.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@440ce6ac]
+[2024-09-30 13:39:57.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:40:17.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:40:17.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:40:17.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:40:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:40:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@55428212]
+[2024-09-30 13:40:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:40:37.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:40:37.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:40:37.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:40:37.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:40:37.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@76a2ac3b]
+[2024-09-30 13:40:37.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:40:57.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:40:57.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:40:57.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:40:57.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:40:57.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@d7e3066]
+[2024-09-30 13:40:57.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:41:07.874] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:41:07.875] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:41:07.875] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:41:07.876] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:41:07.876] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:41:07.876] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:41:17.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:41:17.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:41:17.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:41:17.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:41:17.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5e94109a]
+[2024-09-30 13:41:17.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:41:37.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:41:37.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:41:37.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:41:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:41:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21bcfdf8]
+[2024-09-30 13:41:37.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:41:57.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:41:57.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:41:57.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:41:57.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:41:57.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@513e9c40]
+[2024-09-30 13:41:57.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:42:17.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:42:17.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:42:17.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:42:17.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:42:17.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@c7811]
+[2024-09-30 13:42:17.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:42:37.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:42:37.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:42:37.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:42:37.829] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:42:37.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@30d0571a]
+[2024-09-30 13:42:37.830] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:42:57.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:42:57.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:42:57.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:42:57.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:42:57.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@a36250f]
+[2024-09-30 13:42:57.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:43:07.869] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:43:07.870] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:43:07.870] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:43:07.871] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:43:07.871] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:43:07.872] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:43:17.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:43:17.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:43:17.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:43:17.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:43:17.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4600e539]
+[2024-09-30 13:43:17.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:43:37.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:43:37.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:43:37.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:43:37.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:43:37.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@397bc444]
+[2024-09-30 13:43:37.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:43:57.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:43:57.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:43:57.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:43:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:43:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@45b2ad0]
+[2024-09-30 13:43:57.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:44:17.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:44:17.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:44:17.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:44:17.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:44:17.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5ba4891c]
+[2024-09-30 13:44:17.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:44:37.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:44:37.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:44:37.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:44:37.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:44:37.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3d2c916a]
+[2024-09-30 13:44:37.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:44:57.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:44:57.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:44:57.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:44:57.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:44:57.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@69d1f681]
+[2024-09-30 13:44:57.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:45:07.875] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:45:07.876] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:45:07.876] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:45:07.877] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:45:07.877] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:45:07.877] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:45:17.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:45:17.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:45:17.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:45:17.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:45:17.828] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@11bcabb9]
+[2024-09-30 13:45:17.828] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:45:37.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:45:37.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:45:37.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:45:37.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:45:37.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6f40028d]
+[2024-09-30 13:45:37.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:45:57.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:45:57.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:45:57.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:45:57.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:45:57.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7a7dd68d]
+[2024-09-30 13:45:57.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:46:17.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:46:17.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:46:17.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:46:17.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:46:17.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7e838eaf]
+[2024-09-30 13:46:17.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:46:37.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:46:37.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:46:37.808] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:46:37.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:46:37.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1334b1f8]
+[2024-09-30 13:46:37.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:46:57.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:46:57.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:46:57.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:46:57.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:46:57.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3f01179e]
+[2024-09-30 13:46:57.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:47:07.877] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:47:07.878] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:47:07.878] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:47:07.879] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:47:07.879] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:47:07.879] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:47:17.808] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:47:17.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:47:17.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:47:17.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:47:17.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1657eda4]
+[2024-09-30 13:47:17.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:47:37.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:47:37.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:47:37.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:47:37.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:47:37.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7f6a4537]
+[2024-09-30 13:47:37.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:47:57.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:47:57.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:47:57.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:47:57.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:47:57.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7cea695]
+[2024-09-30 13:47:57.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:48:17.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:48:17.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:48:17.820] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:48:17.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:48:17.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1c875db]
+[2024-09-30 13:48:17.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:48:37.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:48:37.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:48:37.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:48:37.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:48:37.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@693cd0b1]
+[2024-09-30 13:48:37.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:48:57.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:48:57.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:48:57.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:48:57.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:48:57.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1c71d86e]
+[2024-09-30 13:48:57.821] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:49:07.880] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:49:07.881] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:49:07.881] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:49:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:49:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:49:07.882] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:49:17.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:49:17.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:49:17.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:49:17.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:49:17.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@57751d0]
+[2024-09-30 13:49:17.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:49:37.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:49:37.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:49:37.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:49:37.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:49:37.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@537a1305]
+[2024-09-30 13:49:37.826] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:49:57.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:49:57.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:49:57.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:49:57.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:49:57.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@37523f76]
+[2024-09-30 13:49:57.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:50:17.803] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:50:17.804] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:50:17.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:50:17.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:50:17.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3431f87e]
+[2024-09-30 13:50:17.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:50:37.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:50:37.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:50:37.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:50:37.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:50:37.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3ee8ae26]
+[2024-09-30 13:50:37.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:50:57.802] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:50:57.803] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:50:57.803] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:50:57.811] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:50:57.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@295c1bf]
+[2024-09-30 13:50:57.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:51:07.875] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:51:07.876] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:51:07.876] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:51:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:51:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:51:07.878] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:51:17.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:51:17.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:51:17.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:51:17.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:51:17.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@50d46788]
+[2024-09-30 13:51:17.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:51:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:51:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:51:37.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:51:37.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:51:37.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@22e508f6]
+[2024-09-30 13:51:37.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:51:57.804] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:51:57.805] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:51:57.805] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:51:57.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:51:57.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1edeaed3]
+[2024-09-30 13:51:57.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:52:17.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:52:17.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:52:17.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:52:17.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:52:17.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@549513f3]
+[2024-09-30 13:52:17.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:52:37.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:52:37.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:52:37.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:52:37.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:52:37.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7b2b4821]
+[2024-09-30 13:52:37.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:52:57.805] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:52:57.806] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:52:57.806] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:52:57.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:52:57.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6f0c35ac]
+[2024-09-30 13:52:57.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:53:07.886] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:53:07.887] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:53:07.887] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:53:07.888] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:53:07.888] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:53:07.888] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:53:17.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:53:17.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:53:17.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:53:17.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:53:17.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3de6cd63]
+[2024-09-30 13:53:17.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:53:37.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:53:37.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:53:37.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:53:37.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:53:37.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4035ba02]
+[2024-09-30 13:53:37.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:53:57.801] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:53:57.802] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:53:57.802] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:53:57.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:53:57.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@23216b5d]
+[2024-09-30 13:53:57.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:54:17.809] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:54:17.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:54:17.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:54:17.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:54:17.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2c02d906]
+[2024-09-30 13:54:17.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:54:37.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:54:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:54:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:54:37.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:54:37.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2114634]
+[2024-09-30 13:54:37.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:54:57.798] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:54:57.799] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:54:57.799] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:54:57.804] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:54:57.805] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2f854fd0]
+[2024-09-30 13:54:57.805] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:55:07.872] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:55:07.872] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:55:07.873] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:55:07.874] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:55:07.874] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:55:07.874] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:55:17.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:55:17.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:55:17.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:55:17.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:55:17.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@380c8213]
+[2024-09-30 13:55:17.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:55:37.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:55:37.808] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:55:37.809] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:55:37.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:55:37.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@509524e6]
+[2024-09-30 13:55:37.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:55:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:55:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:55:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:55:57.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:55:57.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2f1bc37f]
+[2024-09-30 13:55:57.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:56:17.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:56:17.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:56:17.807] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:56:17.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:56:17.814] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2f098a69]
+[2024-09-30 13:56:17.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:56:37.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:56:37.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:56:37.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:56:37.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:56:37.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5eb09a14]
+[2024-09-30 13:56:37.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:56:57.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:56:57.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:56:57.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:56:57.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:56:57.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a424896]
+[2024-09-30 13:56:57.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:57:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:57:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:57:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:57:07.880] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:57:07.880] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:57:07.881] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:57:17.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:57:17.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:57:17.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:57:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:57:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4773bc25]
+[2024-09-30 13:57:17.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:57:37.807] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:57:37.808] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:57:37.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:57:37.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:57:37.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3244c506]
+[2024-09-30 13:57:37.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:57:57.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:57:57.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:57:57.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:57:57.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:57:57.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7b9f807e]
+[2024-09-30 13:57:57.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:58:17.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:58:17.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:58:17.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:58:17.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:58:17.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6ab743f6]
+[2024-09-30 13:58:17.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:58:37.803] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:58:37.804] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:58:37.804] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:58:37.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:58:37.811] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7014a687]
+[2024-09-30 13:58:37.811] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:58:57.804] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:58:57.804] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:58:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:58:57.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:58:57.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1ae6aa30]
+[2024-09-30 13:58:57.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:59:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:59:07.891] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 13:59:07.891] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 13:59:07.892] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:59:07.893] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 13:59:07.894] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:59:17.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:59:17.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:59:17.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:59:17.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:59:17.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@700eb42]
+[2024-09-30 13:59:17.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:59:37.800] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:59:37.800] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:59:37.801] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:59:37.807] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:59:37.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4315c322]
+[2024-09-30 13:59:37.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 13:59:57.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:59:57.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 13:59:57.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 13:59:57.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 13:59:57.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@33f3a1bb]
+[2024-09-30 13:59:57.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:00:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:00:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:00:17.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:00:17.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:00:17.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7320a70f]
+[2024-09-30 14:00:17.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:00:37.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:00:37.818] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:00:37.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:00:37.825] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:00:37.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4c1e8c0e]
+[2024-09-30 14:00:37.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:00:57.799] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:00:57.800] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:00:57.800] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:00:57.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:00:57.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4d7f0346]
+[2024-09-30 14:00:57.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:01:07.879] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:01:07.880] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:01:07.880] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:01:07.881] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:01:07.881] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:01:07.881] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:01:17.811] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:01:17.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:01:17.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:01:17.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:01:17.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@549b5a3d]
+[2024-09-30 14:01:17.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:01:37.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:01:37.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:01:37.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:01:37.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:01:37.819] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1980572b]
+[2024-09-30 14:01:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:01:57.802] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:01:57.803] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:01:57.804] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:01:57.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:01:57.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@27af480c]
+[2024-09-30 14:01:57.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:02:17.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:02:17.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:02:17.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:02:17.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:02:17.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@200ebcca]
+[2024-09-30 14:02:17.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:02:37.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:02:37.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:02:37.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:02:37.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:02:37.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6cbc8c79]
+[2024-09-30 14:02:37.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:02:57.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:02:57.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:02:57.809] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:02:57.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:02:57.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@75efb0ef]
+[2024-09-30 14:02:57.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:03:07.882] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:03:07.882] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:03:07.883] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:03:07.883] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:03:07.884] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:03:07.884] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:03:17.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:03:17.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:03:17.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:03:17.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:03:17.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6836beb7]
+[2024-09-30 14:03:17.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:03:37.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:03:37.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:03:37.817] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:03:37.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:03:37.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@44157d4d]
+[2024-09-30 14:03:37.824] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:03:57.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:03:57.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:03:57.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:03:57.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:03:57.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1c5057c6]
+[2024-09-30 14:03:57.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:04:17.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:04:17.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:04:17.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:04:17.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:04:17.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@848dd69]
+[2024-09-30 14:04:17.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:04:37.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:04:37.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:04:37.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:04:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:04:37.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@70872e90]
+[2024-09-30 14:04:37.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:04:57.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:04:57.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:04:57.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:04:57.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:04:57.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2f13e659]
+[2024-09-30 14:04:57.823] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:05:07.878] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:05:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:05:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:05:07.879] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:05:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:05:07.880] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:05:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:05:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:05:17.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:05:17.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:05:17.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@667bbe20]
+[2024-09-30 14:05:17.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:05:37.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:05:37.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:05:37.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:05:37.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:05:37.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2804c10e]
+[2024-09-30 14:05:37.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:05:57.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:05:57.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:05:57.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:05:57.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:05:57.824] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@268056d9]
+[2024-09-30 14:05:57.825] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:06:17.807] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:06:17.808] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:06:17.808] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:06:17.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:06:17.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7076b4fd]
+[2024-09-30 14:06:17.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:06:37.802] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:06:37.803] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:06:37.803] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:06:37.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:06:37.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@fd05f51]
+[2024-09-30 14:06:37.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:06:57.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:06:57.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:06:57.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:06:57.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:06:57.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@f560606]
+[2024-09-30 14:06:57.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:07:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:07:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:07:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:07:07.888] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:07:07.889] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:07:07.889] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:07:17.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:07:17.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:07:17.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:07:17.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:07:17.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@80385ea]
+[2024-09-30 14:07:17.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:07:37.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:07:37.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:07:37.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:07:37.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:07:37.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@17334397]
+[2024-09-30 14:07:37.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:07:57.818] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:07:57.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:07:57.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:07:57.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:07:57.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@17ed2b90]
+[2024-09-30 14:07:57.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:08:17.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:08:17.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:08:17.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:08:17.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:08:17.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5bd62d0b]
+[2024-09-30 14:08:17.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:08:37.800] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:08:37.801] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:08:37.801] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:08:37.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:08:37.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6f9d0802]
+[2024-09-30 14:08:37.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:08:57.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:08:57.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:08:57.808] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:08:57.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:08:57.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@197e355a]
+[2024-09-30 14:08:57.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:09:07.886] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:09:07.887] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:09:07.887] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:09:07.888] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:09:07.888] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:09:07.889] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:09:17.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:09:17.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:09:17.807] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:09:17.814] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:09:17.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2b3e5dfe]
+[2024-09-30 14:09:17.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:09:37.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:09:37.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:09:37.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:09:37.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:09:37.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5db384b0]
+[2024-09-30 14:09:37.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:09:57.815] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:09:57.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:09:57.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:09:57.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:09:57.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6e507336]
+[2024-09-30 14:09:57.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:10:17.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:10:17.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:10:17.818] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:10:17.824] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:10:17.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4368a02e]
+[2024-09-30 14:10:17.825] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:10:37.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:10:37.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:10:37.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:10:37.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:10:37.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@646a9c81]
+[2024-09-30 14:10:37.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:10:57.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:10:57.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:10:57.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:10:57.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:10:57.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1853a476]
+[2024-09-30 14:10:57.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:11:07.877] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:11:07.878] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:11:07.878] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:11:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:11:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:11:07.879] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:11:17.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:11:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:11:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:11:17.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:11:17.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@54986632]
+[2024-09-30 14:11:17.823] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:11:37.804] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:11:37.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:11:37.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:11:37.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:11:37.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1bb72f85]
+[2024-09-30 14:11:37.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:11:57.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:11:57.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:11:57.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:11:57.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:11:57.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@c9e660]
+[2024-09-30 14:11:57.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:12:17.801] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:12:17.802] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:12:17.802] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:12:17.809] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:12:17.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@600e6a1]
+[2024-09-30 14:12:17.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:12:37.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:12:37.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:12:37.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:12:37.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:12:37.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4bb902a5]
+[2024-09-30 14:12:37.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:12:57.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:12:57.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:12:57.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:12:57.860] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:12:57.860] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@456cc3d0]
+[2024-09-30 14:12:57.861] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:13:07.874] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:13:07.875] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:13:07.875] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:13:07.876] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:13:07.876] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:13:07.877] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:13:17.801] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:13:17.801] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:13:17.801] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:13:17.808] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:13:17.808] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@256e77b2]
+[2024-09-30 14:13:17.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:13:37.806] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:13:37.806] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:13:37.807] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:13:37.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:13:37.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@28c83540]
+[2024-09-30 14:13:37.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:13:57.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:13:57.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:13:57.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:13:57.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:13:57.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4eeae725]
+[2024-09-30 14:13:57.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:14:17.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:14:17.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:14:17.808] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:14:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:14:17.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3d943a24]
+[2024-09-30 14:14:17.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:14:37.810] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:14:37.810] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:14:37.810] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:14:37.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:14:37.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@44f7cf98]
+[2024-09-30 14:14:37.817] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:14:57.806] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:14:57.807] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:14:57.807] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:14:57.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:14:57.815] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2980f2a7]
+[2024-09-30 14:14:57.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:15:07.881] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:15:07.882] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:15:07.882] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:15:07.883] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:15:07.883] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:15:07.884] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:15:17.804] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:15:17.805] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:15:17.805] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:15:17.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:15:17.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3f2fab71]
+[2024-09-30 14:15:17.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:15:37.811] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:15:37.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:15:37.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:15:37.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:15:37.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a109c4e]
+[2024-09-30 14:15:37.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:15:57.808] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:15:57.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:15:57.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:15:57.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:15:57.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@22e3ba53]
+[2024-09-30 14:15:57.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:16:17.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:16:17.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:16:17.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:16:17.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:16:17.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@415960a6]
+[2024-09-30 14:16:17.825] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:16:37.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:16:37.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:16:37.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:16:37.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:16:37.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@55b2899]
+[2024-09-30 14:16:37.824] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:16:57.804] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:16:57.805] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:16:57.805] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:16:57.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:16:57.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@61334839]
+[2024-09-30 14:16:57.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:17:07.877] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:17:07.877] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:17:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:17:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:17:07.878] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:17:07.879] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:17:17.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:17:17.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:17:17.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:17:17.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:17:17.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@47e542e1]
+[2024-09-30 14:17:17.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:17:37.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:17:37.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:17:37.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:17:37.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:17:37.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@cff64b3]
+[2024-09-30 14:17:37.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:17:57.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:17:57.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:17:57.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:17:57.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:17:57.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@55fdd813]
+[2024-09-30 14:17:57.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:18:17.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:18:17.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:18:17.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:18:17.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:18:17.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1e2aa1cb]
+[2024-09-30 14:18:17.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:18:37.805] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:18:37.805] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:18:37.806] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:18:37.812] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:18:37.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6c359448]
+[2024-09-30 14:18:37.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:18:57.804] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:18:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:18:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:18:57.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:18:57.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@11518371]
+[2024-09-30 14:18:57.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:19:07.875] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:19:07.875] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:19:07.876] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:19:07.876] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:19:07.877] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:19:07.877] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:19:17.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:19:17.809] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:19:17.810] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:19:17.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:19:17.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@538203c9]
+[2024-09-30 14:19:17.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:19:37.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:19:37.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:19:37.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:19:37.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:19:37.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@45b28817]
+[2024-09-30 14:19:37.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:19:57.803] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:19:57.804] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:19:57.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:19:57.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:19:57.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@63165266]
+[2024-09-30 14:19:57.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:20:17.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:20:17.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:20:17.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:20:17.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:20:17.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@73d60209]
+[2024-09-30 14:20:17.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:20:37.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:20:37.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:20:37.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:20:37.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:20:37.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@62612dc3]
+[2024-09-30 14:20:37.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:20:57.801] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:20:57.802] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:20:57.802] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:20:57.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:20:57.810] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@68fef402]
+[2024-09-30 14:20:57.811] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:21:07.883] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:21:07.884] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:21:07.884] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:21:07.885] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:21:07.885] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:21:07.886] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:21:17.802] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:21:17.803] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:21:17.803] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:21:17.809] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:21:17.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@71cf9278]
+[2024-09-30 14:21:17.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:21:37.814] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:21:37.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:21:37.815] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:21:37.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:21:37.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2d6443da]
+[2024-09-30 14:21:37.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:21:57.807] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:21:57.807] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:21:57.808] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:21:57.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:21:57.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@71107c3c]
+[2024-09-30 14:21:57.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:22:17.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:22:17.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:22:17.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:22:17.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:22:17.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5a2d7532]
+[2024-09-30 14:22:17.823] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:22:37.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:22:37.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:22:37.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:22:37.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:22:37.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5af036ef]
+[2024-09-30 14:22:37.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:22:57.804] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:22:57.805] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:22:57.805] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:22:57.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:22:57.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@560fd7e4]
+[2024-09-30 14:22:57.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:23:07.870] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:23:07.870] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:23:07.871] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:23:07.871] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:23:07.871] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:23:07.872] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:23:17.809] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:23:17.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:23:17.810] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:23:17.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:23:17.816] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2edadb69]
+[2024-09-30 14:23:17.817] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:23:37.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:23:37.815] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:23:37.816] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:23:37.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:23:37.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2b8a42e0]
+[2024-09-30 14:23:37.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:23:57.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:23:57.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:23:57.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:23:57.817] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:23:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a39f090]
+[2024-09-30 14:23:57.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:24:17.809] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:24:17.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:24:17.811] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:24:17.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:24:17.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@337324e2]
+[2024-09-30 14:24:17.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:24:37.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:24:37.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:24:37.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:24:37.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:24:37.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7b15e32b]
+[2024-09-30 14:24:37.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:24:57.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:24:57.807] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:24:57.807] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:24:57.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:24:57.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@a548d65]
+[2024-09-30 14:24:57.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:25:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:25:07.882] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:25:07.882] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:25:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:25:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:25:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:25:17.803] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:25:17.804] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:25:17.804] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:25:17.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:25:17.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@17929711]
+[2024-09-30 14:25:17.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:25:37.806] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:25:37.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:25:37.807] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:25:37.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:25:37.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@a722a5b]
+[2024-09-30 14:25:37.815] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:25:57.804] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:25:57.804] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:25:57.805] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:25:57.810] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:25:57.810] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2df093b4]
+[2024-09-30 14:25:57.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:26:17.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:26:17.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:26:17.814] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:26:17.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:26:17.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7c6e8885]
+[2024-09-30 14:26:17.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:26:37.805] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:26:37.805] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:26:37.806] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:26:37.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:26:37.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@396cacb5]
+[2024-09-30 14:26:37.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:26:57.801] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:26:57.801] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:26:57.802] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:26:57.808] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:26:57.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3093d]
+[2024-09-30 14:26:57.809] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:27:07.883] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:27:07.884] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:27:07.884] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:27:07.885] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:27:07.885] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:27:07.885] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:27:17.802] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:27:17.803] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:27:17.803] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:27:17.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:27:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4b655e4d]
+[2024-09-30 14:27:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:27:37.803] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:27:37.804] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:27:37.805] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:27:37.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:27:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@71d96983]
+[2024-09-30 14:27:37.812] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:27:57.807] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:27:57.808] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:27:57.808] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:27:57.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:27:57.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@39766174]
+[2024-09-30 14:27:57.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:28:17.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:28:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:28:17.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:28:17.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:28:17.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2b970206]
+[2024-09-30 14:28:17.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:28:37.811] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:28:37.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:28:37.812] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:28:37.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:28:37.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6ec6afdc]
+[2024-09-30 14:28:37.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:28:57.803] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:28:57.804] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:28:57.804] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:28:57.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:28:57.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@100c97a6]
+[2024-09-30 14:28:57.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:29:07.884] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:29:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:29:07.885] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:29:07.886] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:29:07.886] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:29:07.887] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:29:17.804] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:29:17.805] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:29:17.805] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:29:17.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:29:17.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6ec25ea9]
+[2024-09-30 14:29:17.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:29:37.806] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:29:37.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:29:37.807] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:29:37.813] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:29:37.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@49f1277d]
+[2024-09-30 14:29:37.814] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:29:57.816] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:29:57.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:29:57.817] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:29:57.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:29:57.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@623ee492]
+[2024-09-30 14:29:57.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:30:17.804] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:30:17.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:30:17.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:30:17.810] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:30:17.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@784da854]
+[2024-09-30 14:30:17.811] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:30:37.810] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:30:37.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:30:37.811] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:30:37.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:30:37.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3c2ab70e]
+[2024-09-30 14:30:37.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:30:57.805] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:30:57.806] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:30:57.806] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:30:57.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:30:57.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4ae4c1f5]
+[2024-09-30 14:30:57.812] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:31:07.893] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:31:07.894] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:31:07.894] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:31:07.894] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:31:07.895] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:31:07.895] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:31:17.803] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:31:17.804] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:31:17.804] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:31:17.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:31:17.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@55056ef3]
+[2024-09-30 14:31:17.810] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:31:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:31:37.806] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:31:37.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:31:37.813] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:31:37.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@132dde3]
+[2024-09-30 14:31:37.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:31:57.804] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:31:57.804] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:31:57.805] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:31:57.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:31:57.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3960564b]
+[2024-09-30 14:31:57.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:32:17.812] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:32:17.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:32:17.813] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:32:17.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:32:17.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21937ff1]
+[2024-09-30 14:32:17.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:32:37.802] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:32:37.803] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:32:37.803] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:32:37.810] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:32:37.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@406a2dcc]
+[2024-09-30 14:32:37.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:32:57.802] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:32:57.803] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:32:57.803] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:32:57.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:32:57.810] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@18a85d9d]
+[2024-09-30 14:32:57.811] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:33:07.879] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:33:07.880] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:33:07.881] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:33:07.881] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:33:07.882] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:33:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:33:17.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:33:17.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:33:17.809] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:33:17.816] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:33:17.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2b811064]
+[2024-09-30 14:33:17.817] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:33:37.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:33:37.819] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:33:37.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:33:37.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:33:37.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6e0e4ad8]
+[2024-09-30 14:33:37.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:33:57.808] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:33:57.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:33:57.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:33:57.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:33:57.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@75bb7c25]
+[2024-09-30 14:33:57.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:34:17.813] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:34:17.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:34:17.814] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:34:17.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:34:17.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@417da427]
+[2024-09-30 14:34:17.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:34:37.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:34:37.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:34:37.822] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:34:37.835] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:34:37.836] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4b716db7]
+[2024-09-30 14:34:37.838] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:34:57.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:34:57.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:34:57.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:34:57.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:34:57.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@44faa8e5]
+[2024-09-30 14:34:57.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:35:07.874] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:35:07.875] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:35:07.875] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:35:07.876] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:35:07.876] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:35:07.876] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:35:17.811] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:35:17.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:35:17.812] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:35:17.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:35:17.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7140c103]
+[2024-09-30 14:35:17.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:35:37.806] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:35:37.806] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:35:37.807] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:35:37.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:35:37.813] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@493fe8e5]
+[2024-09-30 14:35:37.814] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:35:57.805] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:35:57.806] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:35:57.806] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:35:57.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:35:57.812] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2bae72b1]
+[2024-09-30 14:35:57.813] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:35:58.491] | [Thread-11][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 14:35:58.491] | [Thread-5][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 14:35:58.491] | [Thread-11][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 14:35:58.493] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 14:35:58.493] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4f327096, started on Mon Sep 30 13:25:24 CST 2024
+[2024-09-30 14:35:58.493] | [Thread-5][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 14:35:58.878] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 14:35:58.884] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 14:35:58.934] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 14:35:58.940] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 14:35:58.950] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 14:35:58.951] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 14:35:58.951] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye
+[2024-09-30 14:36:09.998] | [main][INFO ] | [c.i.ModelServiceApplication.logStarting,line : 55] Starting ModelServiceApplication using Java 1.8.0_281 on dzd with PID 17800 (D:\work\iailab-plat\iailab-plat\iailab-module-model\iailab-module-model-biz\target\classes started by 16630 in D:\work\iailab-plat\iailab-plat)
+[2024-09-30 14:36:10.001] | [main][DEBUG] | [c.i.ModelServiceApplication.logStarting,line : 56] Running with Spring Boot v2.7.18, Spring v5.3.31
+[2024-09-30 14:36:10.002] | [main][INFO ] | [c.i.ModelServiceApplication.logStartupProfileInfo,line : 638] The following 1 profile is active: "dev"
+[2024-09-30 14:36:10.002] | [main][DEBUG] | [o.s.b.SpringApplication.load,line : 665] Loading source class com.iailab.ModelServiceApplication
+[2024-09-30 14:36:10.044] | [main][INFO ] | [c.a.c.n.c.NacosConfigDataLoader.logTo,line : 255] [Nacos Config] Load config[dataId=model-server-dev.yaml, group=DEFAULT_GROUP] success
+[2024-09-30 14:36:10.047] | [main][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.prepareRefresh,line : 637] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33feb805
+[2024-09-30 14:36:11.669] | [main][INFO ] | [o.s.c.c.s.GenericScope.setSerializationId,line : 283] BeanFactory id=62ff3d04-9f4b-3c4e-8f6a-c577b6e0535c
+[2024-09-30 14:36:11.920] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration' of type [com.mzt.logapi.starter.configuration.LogRecordProxyAutoConfiguration$$EnhancerBySpringCGLIB$$a2dc7507] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:11.932] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:11.935] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:11.936] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$518/1718103695] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:11.941] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:11.947] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'mzt.log.record-com.mzt.logapi.starter.configuration.LogRecordProperties' of type [com.mzt.logapi.starter.configuration.LogRecordProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:11.958] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'logRecordPerformanceMonitor' of type [com.mzt.logapi.service.impl.DefaultLogRecordPerformanceMonitor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:12.003] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration' of type [com.iailab.framework.datapermission.config.IailabDataPermissionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:12.006] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dataPermissionAnnotationAdvisor' of type [com.iailab.framework.datapermission.core.aop.DataPermissionAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:12.032] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'com.iailab.framework.tenant.config.IailabTenantAutoConfiguration' of type [com.iailab.framework.tenant.config.IailabTenantAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:12.051] | [main][INFO ] | [o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization,line : 376] Bean 'dsProcessor' of type [com.iailab.framework.tenant.core.db.dynamic.TenantDsProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+[2024-09-30 14:36:12.323] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getArchiveFileDocumentRoot,line : 81] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 14:36:12.323] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.getExplodedWarFileDocumentRoot,line : 125] Code archive: D:\soft\maven\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
+[2024-09-30 14:36:12.324] | [main][DEBUG] | [o.s.b.w.e.t.TomcatServletWebServerFactory.logNoDocumentRoots,line : 149] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
+[2024-09-30 14:36:12.347] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.initialize,line : 108] Tomcat initialized with port(s): 8983 (http)
+[2024-09-30 14:36:12.356] | [main][INFO ] | [o.a.c.c.StandardService.log,line : 173] Starting service [Tomcat]
+[2024-09-30 14:36:12.356] | [main][INFO ] | [o.a.c.c.StandardEngine.log,line : 173] Starting Servlet engine: [Apache Tomcat/9.0.83]
+[2024-09-30 14:36:12.536] | [main][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring embedded WebApplicationContext
+[2024-09-30 14:36:12.536] | [main][DEBUG] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 286] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
+[2024-09-30 14:36:12.536] | [main][INFO ] | [o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext,line : 292] Root WebApplicationContext: initialization completed in 2489 ms
+[2024-09-30 14:36:12.786] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:12.860] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:13.337] | [main][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-1,master} inited
+[2024-09-30 14:36:13.338] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [master] success
+[2024-09-30 14:36:13.340] | [main][INFO ] | [c.b.d.d.DynamicRoutingDataSource.afterPropertiesSet,line : 241] dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
+[2024-09-30 14:36:13.456] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:13.479] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping filters: filterRegistrationBean urls=[/*] order=-2147483648, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=-2147483646, filterRegistrationBean urls=[/*] order=-2147483148, filterRegistrationBean urls=[/*] order=-105, filterRegistrationBean urls=[/*] order=-104, springSecurityFilterChain urls=[/*] order=-100, filterRegistrationBean urls=[/*] order=-99, filterRegistrationBean urls=[/*] order=2147483647, filterRegistrationBean urls=[/druid/js/common.js] order=2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105, authenticationTokenFilter urls=[/*] order=2147483647
+[2024-09-30 14:36:13.479] | [main][DEBUG] | [o.s.b.w.s.ServletContextInitializerBeans.logMappings,line : 237] Mapping servlets: dispatcherServlet urls=[/], statViewServlet urls=[/druid/*]
+[2024-09-30 14:36:13.505] | [main][DEBUG] | [o.s.b.w.s.f.OrderedRequestContextFilter.init,line : 242] Filter 'requestContextFilter' configured for use
+[2024-09-30 14:36:13.506] | [main][DEBUG] | [c.i.f.e.c.w.EnvWebFilter.init,line : 242] Filter 'envWebFilter' configured for use
+[2024-09-30 14:36:13.506] | [main][DEBUG] | [c.i.f.w.c.f.CacheRequestBodyFilter.init,line : 242] Filter 'cacheRequestBodyFilter' configured for use
+[2024-09-30 14:36:13.506] | [main][DEBUG] | [c.i.f.t.c.f.TraceFilter.init,line : 242] Filter 'traceFilter' configured for use
+[2024-09-30 14:36:13.506] | [main][DEBUG] | [c.i.f.t.c.s.TenantSecurityWebFilter.init,line : 242] Filter 'tenantSecurityWebFilter' configured for use
+[2024-09-30 14:36:13.506] | [main][DEBUG] | [o.s.b.w.s.f.OrderedCharacterEncodingFilter.init,line : 242] Filter 'characterEncodingFilter' configured for use
+[2024-09-30 14:36:13.506] | [main][DEBUG] | [c.i.f.t.c.w.TenantContextWebFilter.init,line : 242] Filter 'tenantContextWebFilter' configured for use
+[2024-09-30 14:36:13.510] | [main][DEBUG] | [o.s.b.a.m.w.s.WebMvcMetricsFilter.init,line : 242] Filter 'webMvcMetricsFilter' configured for use
+[2024-09-30 14:36:13.511] | [main][DEBUG] | [c.i.f.d.c.f.DruidAdRemoveFilter.init,line : 242] Filter 'druidAdRemoveFilter' configured for use
+[2024-09-30 14:36:13.511] | [main][DEBUG] | [c.i.f.s.c.f.TokenAuthenticationFilter.init,line : 242] Filter 'authenticationTokenFilter' configured for use
+[2024-09-30 14:36:13.511] | [main][DEBUG] | [o.s.w.f.CorsFilter.init,line : 242] Filter 'corsFilter' configured for use
+[2024-09-30 14:36:13.511] | [main][DEBUG] | [c.i.f.d.c.r.DataPermissionRpcWebFilter.init,line : 242] Filter 'dataPermissionRpcWebFilter' configured for use
+[2024-09-30 14:36:13.511] | [main][DEBUG] | [o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1.init,line : 242] Filter 'springSecurityFilterChain' configured for use
+[2024-09-30 14:36:13.511] | [main][DEBUG] | [o.s.b.w.s.f.OrderedFormContentFilter.init,line : 242] Filter 'formContentFilter' configured for use
+[2024-09-30 14:36:13.692] | [main][DEBUG] | [o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.afterPropertiesSet,line : 131] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
+[2024-09-30 14:36:15.555] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'data-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:16.395] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:16.556] | [main][DEBUG] | [o.s.b.a.AutoConfigurationPackages.get,line : 196] @EnableAutoConfiguration was declared on a class in the package 'com.iailab'. Automatic @Repository and @Entity scanning is enabled.
+[2024-09-30 14:36:16.706] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache,line : 625] ControllerAdvice beans: 1 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 3 ResponseBodyAdvice
+[2024-09-30 14:36:16.814] | [main][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.handlerMethodsInitialized,line : 367] 99 mappings in 'requestMappingHandlerMapping'
+[2024-09-30 14:36:16.856] | [main][DEBUG] | [o.s.w.s.h.SimpleUrlHandlerMapping.logMappings,line : 188] Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
+[2024-09-30 14:36:16.872] | [main][DEBUG] | [o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache,line : 307] ControllerAdvice beans: 2 @ExceptionHandler, 3 ResponseBodyAdvice
+[2024-09-30 14:36:16.900] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:17.264] | [main][INFO ] | [org.redisson.Version.logVersion,line : 41] Redisson 3.18.0
+[2024-09-30 14:36:17.783] | [redisson-netty-2-7][INFO ] | [o.r.c.p.MasterPubSubConnectionPool.lambda$createConnection$0,line : 162] 1 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 14:36:17.815] | [redisson-netty-2-19][INFO ] | [o.r.c.p.MasterConnectionPool.lambda$createConnection$0,line : 162] 24 connections initialized for 127.0.0.1/127.0.0.1:6379
+[2024-09-30 14:36:19.236] | [main][INFO ] | [o.s.b.a.e.w.EndpointLinksResolver.<init>,line : 58] Exposing 20 endpoint(s) beneath base path '/actuator'
+[2024-09-30 14:36:19.287] | [main][INFO ] | [o.s.s.w.DefaultSecurityFilterChain.<init>,line : 55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4a28b6d0, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3d28c0af, org.springframework.security.web.context.SecurityContextPersistenceFilter@5ba7391b, org.springframework.security.web.header.HeaderWriterFilter@598f6c93, org.springframework.web.filter.CorsFilter@684001e6, org.springframework.security.web.authentication.logout.LogoutFilter@70799ca7, com.iailab.framework.security.core.filter.TokenAuthenticationFilter@5bc1903, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@184e5c44, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6527aa0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6bb2b8d4, org.springframework.security.web.session.SessionManagementFilter@33c5e52f, org.springframework.security.web.access.ExceptionTranslationFilter@6afdb486, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@618a9cb7]
+[2024-09-30 14:36:19.400] | [main][INFO ] | [c.f.c.s.SpringContextUtil.setApplicationContext,line : 38] ------SpringContextUtil setApplicationContext-------
+[2024-09-30 14:36:20.021] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'infra-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:20.039] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:20.049] | [main][INFO ] | [c.i.f.d.c.DictFrameworkUtils.init,line : 73] [init][初始化 DictFrameworkUtils 成功]
+[2024-09-30 14:36:20.050] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'HOSTNAME' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 14:36:20.055] | [main][INFO ] | [c.i.f.j.c.IailabJacksonAutoConfiguration.jsonUtils,line : 48] [init][初始化 JsonUtils 成功]
+[2024-09-30 14:36:20.074] | [main][INFO ] | [o.s.c.o.FeignClientFactoryBean.getTarget,line : 418] For 'system-server' URL not provided. Will try picking an instance via load-balancing.
+[2024-09-30 14:36:21.123] | [main][INFO ] | [o.s.b.w.e.t.TomcatWebServer.start,line : 220] Tomcat started on port(s): 8983 (http) with context path ''
+[2024-09-30 14:36:21.144] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
+[2024-09-30 14:36:21.144] | [main][INFO ] | [c.a.n.p.a.s.c.ClientAuthPluginManager.init,line : 56] [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
+[2024-09-30 14:36:21.360] | [main][INFO ] | [c.a.c.n.r.NacosServiceRegistry.register,line : 76] nacos registry, DEFAULT_GROUP model-server 192.168.56.1:8983 register finished
+[2024-09-30 14:36:21.820] | [main][DEBUG] | [o.s.b.c.p.s.ConfigurationPropertySourcesPropertyResolver$DefaultResolver.logKeyFound,line : 115] Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
+[2024-09-30 14:36:21.821] | [main][INFO ] | [c.i.ModelServiceApplication.logStarted,line : 61] Started ModelServiceApplication in 15.082 seconds (JVM running for 16.259)
+[2024-09-30 14:36:21.827] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state LivenessState changed to CORRECT
+[2024-09-30 14:36:21.849] | [main][INFO ] | [c.a.c.n.r.NacosContextRefresher.registerNacosListener,line : 141] [Nacos Config] Listening config: dataId=model-server-dev.yaml, group=DEFAULT_GROUP
+[2024-09-30 14:36:21.856] | [main][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
+[2024-09-30 14:36:22.326] | [RMI TCP Connection(3)-172.16.34.146][INFO ] | [o.a.c.c.C.[.[.[/].log,line : 173] Initializing Spring DispatcherServlet 'dispatcherServlet'
+[2024-09-30 14:36:22.327] | [RMI TCP Connection(3)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 525] Initializing Servlet 'dispatcherServlet'
+[2024-09-30 14:36:22.327] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initMultipartResolver,line : 522] Detected StandardServletMultipartResolver
+[2024-09-30 14:36:22.327] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initLocaleResolver,line : 546] Detected AcceptHeaderLocaleResolver
+[2024-09-30 14:36:22.328] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initThemeResolver,line : 571] Detected FixedThemeResolver
+[2024-09-30 14:36:22.330] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initRequestToViewNameTranslator,line : 721] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@6451a047
+[2024-09-30 14:36:22.330] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initFlashMapManager,line : 785] Detected org.springframework.web.servlet.support.SessionFlashMapManager@324765cb
+[2024-09-30 14:36:22.330] | [RMI TCP Connection(3)-172.16.34.146][DEBUG] | [o.s.w.s.DispatcherServlet.initServletBean,line : 542] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
+[2024-09-30 14:36:22.330] | [RMI TCP Connection(3)-172.16.34.146][INFO ] | [o.s.w.s.DispatcherServlet.initServletBean,line : 547] Completed initialization in 3 ms
+[2024-09-30 14:36:22.843] | [pool-11-thread-1][INFO ] | [c.i.f.b.c.BannerApplicationRunner.lambda$run$0,line : 22] 
+----------------------------------------------------------
+	项目启动成功!
+	----------------------------------------------------------
+[2024-09-30 14:36:35.131] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:36:35.144] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:36:35.146] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:36:35.188] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:36:35.368] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@651b6fb6]
+[2024-09-30 14:36:35.377] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:36:35.393] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 14:36:35.394] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator", parameters={}
+[2024-09-30 14:36:35.394] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator root web endpoint
+[2024-09-30 14:36:35.398] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:36:35.401] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{_links={self=[Link@6fda50ff href = 'http://192.168.56.1:8983/actuator'], nacosconfig=[Link@211fad8  (truncated)...]
+[2024-09-30 14:36:35.404] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:36:35.410] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:36:35.411] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:36:35.411] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:36:35.413] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:36:35.414] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:36:35.415] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:36:47.816] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:36:47.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:36:47.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:36:47.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:36:47.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@61c86c41]
+[2024-09-30 14:36:47.827] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:37:07.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:37:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:37:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:37:07.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:37:07.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@406d20d0]
+[2024-09-30 14:37:07.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:37:27.820] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:37:27.821] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:37:27.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:37:27.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:37:27.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@64c578fb]
+[2024-09-30 14:37:27.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:37:29.764] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 14:37:29.896] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 14:37:29.900] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 14:37:29.901] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 14:37:29.905] | [http-nio-8983-exec-7][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 14:37:29.936] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 14:37:29.938] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.c.u.DllUtils.loadJar,line : 72] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 14:37:29.943] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.c.u.DllUtils.loadDll,line : 29] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 14:37:32.940] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 14:37:32.941] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 14:37:32.952] | [http-nio-8983-exec-7][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(3035 ms)]
+[2024-09-30 14:37:32.953] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:37:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:37:47.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:37:47.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:37:47.840] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:37:47.841] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5a2089e]
+[2024-09-30 14:37:47.842] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:37:54.062] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 14:37:54.063] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 14:37:54.064] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 14:37:54.066] | [http-nio-8983-exec-8][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 14:37:54.071] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 14:37:54.072] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.c.u.DllUtils.loadJar,line : 72] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 14:37:54.079] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.c.u.DllUtils.loadDll,line : 29] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 14:37:55.999] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 14:37:56.000] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 14:37:56.001] | [http-nio-8983-exec-8][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(1933 ms)]
+[2024-09-30 14:37:56.001] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:38:07.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:38:07.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:38:07.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:38:07.837] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:38:07.837] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@20fc8567]
+[2024-09-30 14:38:07.838] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:38:07.880] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:38:07.880] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:38:07.881] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:38:07.881] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:38:07.882] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:38:07.882] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:38:27.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:38:27.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:38:27.816] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:38:27.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:38:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@776b2ab]
+[2024-09-30 14:38:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:38:47.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:38:47.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:38:47.816] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:38:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:38:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5f33e20c]
+[2024-09-30 14:38:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:39:07.811] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:39:07.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:39:07.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:39:07.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:39:07.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6806fcac]
+[2024-09-30 14:39:07.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:39:27.833] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:39:27.834] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:39:27.835] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:39:27.843] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:39:27.844] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2d0348e4]
+[2024-09-30 14:39:27.844] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:39:47.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:39:47.821] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:39:47.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:39:47.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:39:47.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7f4709e7]
+[2024-09-30 14:39:47.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:40:07.815] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:40:07.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:40:07.816] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:40:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:40:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@47fed461]
+[2024-09-30 14:40:07.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:40:07.881] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:40:07.882] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:40:07.882] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:40:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:40:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:40:07.883] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:40:27.818] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:40:27.819] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:40:27.820] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:40:27.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:40:27.827] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21c31426]
+[2024-09-30 14:40:27.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:40:47.818] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:40:47.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:40:47.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:40:47.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:40:47.825] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@60108668]
+[2024-09-30 14:40:47.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:41:07.813] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:41:07.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:41:07.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:41:07.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:41:07.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7ed7c786]
+[2024-09-30 14:41:07.824] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:41:27.818] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:41:27.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:41:27.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:41:27.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:41:27.828] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@19c6eb6f]
+[2024-09-30 14:41:27.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:41:47.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:41:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:41:47.822] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:41:47.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:41:47.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4a2a0a44]
+[2024-09-30 14:41:47.829] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:42:07.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:42:07.823] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:42:07.824] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:42:07.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:42:07.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@348411b7]
+[2024-09-30 14:42:07.833] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:42:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:42:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:42:07.883] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:42:07.884] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:42:07.884] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:42:07.885] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:42:27.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:42:27.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:42:27.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:42:27.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:42:27.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2b3d67c8]
+[2024-09-30 14:42:27.830] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:42:47.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:42:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:42:47.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:42:47.835] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:42:47.836] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@446b4eba]
+[2024-09-30 14:42:47.836] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:43:07.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:43:07.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:43:07.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:43:07.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:43:07.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@35737bd1]
+[2024-09-30 14:43:07.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:43:27.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:43:27.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:43:27.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:43:27.830] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:43:27.831] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@25848586]
+[2024-09-30 14:43:27.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:43:47.821] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:43:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:43:47.822] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:43:47.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:43:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@23845fec]
+[2024-09-30 14:43:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:44:07.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:44:07.814] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:44:07.815] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:44:07.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:44:07.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@221dc]
+[2024-09-30 14:44:07.823] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:44:07.890] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:44:07.890] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:44:07.891] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:44:07.891] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:44:07.891] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:44:07.893] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:44:27.819] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:44:27.820] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:44:27.821] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:44:27.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:44:27.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3b8c27f7]
+[2024-09-30 14:44:27.828] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:44:47.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:44:47.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:44:47.822] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:44:47.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:44:47.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3429663]
+[2024-09-30 14:44:47.832] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:45:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:45:07.822] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:45:07.823] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:45:07.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:45:07.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2429101]
+[2024-09-30 14:45:07.830] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:45:27.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:45:27.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:45:27.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:45:27.833] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:45:27.834] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@344ff462]
+[2024-09-30 14:45:27.834] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:45:47.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:45:47.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:45:47.823] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:45:47.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:45:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@45e15fbe]
+[2024-09-30 14:45:47.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:46:07.825] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:46:07.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:46:07.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:46:07.836] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:46:07.836] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@b643eea]
+[2024-09-30 14:46:07.837] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:46:07.890] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:46:07.891] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:46:07.891] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:46:07.892] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:46:07.892] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:46:07.892] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:46:27.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:46:27.819] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:46:27.820] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:46:27.829] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:46:27.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@774ca7fe]
+[2024-09-30 14:46:27.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:46:47.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:46:47.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:46:47.834] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:46:47.842] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:46:47.843] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3d302fc1]
+[2024-09-30 14:46:47.843] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:47:07.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:47:07.807] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:47:07.808] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:47:07.814] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:47:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4ad40af5]
+[2024-09-30 14:47:07.815] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:47:27.824] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:47:27.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:47:27.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:47:27.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:47:27.832] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3d1f12d7]
+[2024-09-30 14:47:27.833] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:47:47.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:47:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:47:47.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:47:47.826] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:47:47.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@36e4c76c]
+[2024-09-30 14:47:47.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:48:07.808] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:48:07.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:48:07.809] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:48:07.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:48:07.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7da56eb8]
+[2024-09-30 14:48:07.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:48:07.889] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:48:07.889] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:48:07.889] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:48:07.890] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:48:07.890] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:48:07.891] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:48:27.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:48:27.824] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:48:27.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:48:27.831] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:48:27.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@622aa3d2]
+[2024-09-30 14:48:27.832] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:48:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:48:47.820] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:48:47.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:48:47.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:48:47.827] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@44f05bb5]
+[2024-09-30 14:48:47.828] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:49:07.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:49:07.806] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:49:07.807] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:49:07.813] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:49:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@638edfe3]
+[2024-09-30 14:49:07.815] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:49:27.826] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:49:27.827] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:49:27.828] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:49:27.834] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:49:27.835] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@4e16d82e]
+[2024-09-30 14:49:27.835] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:49:47.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:49:47.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:49:47.811] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:49:47.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:49:47.821] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5f28c38d]
+[2024-09-30 14:49:47.822] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:50:07.826] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:50:07.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:50:07.827] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:50:07.833] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:50:07.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7f581548]
+[2024-09-30 14:50:07.834] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:50:07.882] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:50:07.883] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:50:07.883] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:50:07.884] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:50:07.884] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:50:07.884] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:50:27.812] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:50:27.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:50:27.813] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:50:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:50:27.819] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7291df8d]
+[2024-09-30 14:50:27.820] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:50:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:50:47.816] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:50:47.817] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:50:47.826] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:50:47.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@48dd491d]
+[2024-09-30 14:50:47.827] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:51:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:51:07.818] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:51:07.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:51:07.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:51:07.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@418b75c3]
+[2024-09-30 14:51:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:51:27.820] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:51:27.821] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:51:27.822] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:51:27.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:51:27.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@719454c0]
+[2024-09-30 14:51:27.830] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:51:47.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:51:47.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:51:47.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:51:47.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:51:47.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@666c0d8b]
+[2024-09-30 14:51:47.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:52:07.822] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:52:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:52:07.824] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:52:07.831] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:52:07.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@29ff8b18]
+[2024-09-30 14:52:07.832] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:52:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:52:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:52:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:52:07.889] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:52:07.889] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:52:07.890] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:52:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:52:27.825] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:52:27.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:52:27.832] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:52:27.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@17354cc0]
+[2024-09-30 14:52:27.833] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:52:47.811] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:52:47.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:52:47.812] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:52:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:52:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3c6b43d3]
+[2024-09-30 14:52:47.823] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:52:54.242] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#page(Map)
+[2024-09-30 14:52:54.267] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/admin-api/model/mpk/file/page?page=1&pageSize=10&pyName=&label=", parameters={masked}
+[2024-09-30 14:52:54.270] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#page(Map)
+[2024-09-30 14:52:54.273] | [pool-5-thread-1][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 14:52:54.275] | [http-nio-8983-exec-4][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/file/page) 参数({pyName=, pageSize=10, page=1, label=})]
+[2024-09-30 14:52:54.405] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.framework.common.pojo.CommonResult<java.lang.Boolean>]
+[2024-09-30 14:52:54.695] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.c.HttpMessageConverterExtractor.extractData,line : 103] Reading to [com.iailab.module.system.api.tenant.dto.TenantDataSourceConfigRespDTO]
+[2024-09-30 14:52:54.729] | [http-nio-8983-exec-4][INFO ] | [c.a.d.p.DruidDataSource.init,line : 1002] {dataSource-2,iailab_ntt_model} inited
+[2024-09-30 14:52:54.731] | [http-nio-8983-exec-4][INFO ] | [c.b.d.d.DynamicRoutingDataSource.addDataSource,line : 158] dynamic-datasource - add a datasource named [iailab_ntt_model] success
+[2024-09-30 14:52:54.894] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList_mpCount.debug,line : 135] ==>  Preparing: SELECT COUNT(*) AS total FROM t_mpk_file
+[2024-09-30 14:52:54.927] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList_mpCount.debug,line : 135] ==> Parameters: 
+[2024-09-30 14:52:54.954] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList_mpCount.debug,line : 135] <==      Total: 1
+[2024-09-30 14:52:54.967] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList.debug,line : 135] ==>  Preparing: SELECT id, py_name, py_chinese_name, file_path, py_type, pkg_name, class_name, py_module, icon, menu_name, group_name, remark, updater, update_date, creator, create_date FROM t_mpk_file ORDER BY create_date DESC LIMIT ?
+[2024-09-30 14:52:54.969] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList.debug,line : 135] ==> Parameters: 10(Long)
+[2024-09-30 14:52:54.977] | [http-nio-8983-exec-4][DEBUG] | [c.i.m.m.m.d.M.selectList.debug,line : 135] <==      Total: 5
+[2024-09-30 14:52:55.007] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 14:52:55.008] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data=PageData(total=5, list=[MpkFileDTO(id=3b656bca-9567-4705-9f34-8c1de6fc2803 (truncated)...]
+[2024-09-30 14:52:55.013] | [http-nio-8983-exec-4][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/file/page) 耗时(737 ms)]
+[2024-09-30 14:52:55.013] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:52:55.068] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.FileMenuController#tree()
+[2024-09-30 14:52:55.069] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/admin-api/model/mpk/menu/tree", parameters={}
+[2024-09-30 14:52:55.070] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.FileMenuController#tree()
+[2024-09-30 14:52:55.070] | [http-nio-8983-exec-5][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 49] [preHandle][开始请求 URL(/admin-api/model/mpk/menu/tree) 无参数]
+[2024-09-30 14:52:55.084] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, name, sort FROM t_mpk_file_menu ORDER BY sort ASC
+[2024-09-30 14:52:55.085] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: 
+[2024-09-30 14:52:55.090] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 4
+[2024-09-30 14:52:55.121] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, menu_id, name, sort FROM t_mpk_file_group WHERE (menu_id = ?) ORDER BY sort ASC
+[2024-09-30 14:52:55.124] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: e3d0419b-7dc6-4da1-9e9b-0e915ae0514b(String)
+[2024-09-30 14:52:55.127] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 0
+[2024-09-30 14:52:55.132] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, menu_id, name, sort FROM t_mpk_file_group WHERE (menu_id = ?) ORDER BY sort ASC
+[2024-09-30 14:52:55.133] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: 87b79514-e6ea-4693-9026-fe32511be071(String)
+[2024-09-30 14:52:55.136] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 2
+[2024-09-30 14:52:55.152] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, menu_id, name, sort FROM t_mpk_file_group WHERE (menu_id = ?) ORDER BY sort ASC
+[2024-09-30 14:52:55.152] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: a47656bd-d65d-4279-8001-1a4038809df8(String)
+[2024-09-30 14:52:55.154] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 1
+[2024-09-30 14:52:55.160] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==>  Preparing: SELECT id, menu_id, name, sort FROM t_mpk_file_group WHERE (menu_id = ?) ORDER BY sort ASC
+[2024-09-30 14:52:55.161] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] ==> Parameters: d312e948-8d27-44cc-bb0b-37379b975d15(String)
+[2024-09-30 14:52:55.163] | [http-nio-8983-exec-5][DEBUG] | [c.i.m.m.m.d.F.selectList.debug,line : 135] <==      Total: 0
+[2024-09-30 14:52:55.175] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 14:52:55.176] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data=[TreeLabelDTO(value=数据预处理, label=数据预处理, children=[]), TreeLabelDTO(value=产 (truncated)...]
+[2024-09-30 14:52:55.178] | [http-nio-8983-exec-5][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/menu/tree) 耗时(108 ms)]
+[2024-09-30 14:52:55.178] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:52:57.526] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 14:52:57.527] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 14:52:57.528] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 14:52:57.530] | [http-nio-8983-exec-6][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 14:52:57.535] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 14:52:57.536] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.c.u.DllUtils.loadJar,line : 72] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 14:52:57.542] | [http-nio-8983-exec-6][INFO ] | [c.i.m.m.m.c.u.DllUtils.loadDll,line : 29] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 14:52:59.776] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 14:52:59.777] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 14:52:59.778] | [http-nio-8983-exec-6][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(2245 ms)]
+[2024-09-30 14:52:59.779] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:53:04.975] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#generat(String, String, String, HttpServletResponse)
+[2024-09-30 14:53:04.977] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/admin-api/model/mpk/file/generat?id=3b656bca-9567-4705-9f34-8c1de6fc2803&zipFileName=PredFactGuiComShortPointLossRateMasteelV4_20240930145303.zip&remark=1&pyName=PredFactGuiComShortPointLossRateMasteelV4", parameters={masked}
+[2024-09-30 14:53:04.977] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MpkFileController#generat(String, String, String, HttpServletResponse)
+[2024-09-30 14:53:04.978] | [http-nio-8983-exec-7][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/file/generat) 参数({zipFileName=PredFactGuiComShortPointLossRateMasteelV4_20240930145303.zip, pyName=PredFactGuiComShortPointLossRateMasteelV4, remark=1, id=3b656bca-9567-4705-9f34-8c1de6fc2803})]
+[2024-09-30 14:53:05.012] | [http-nio-8983-exec-7][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] ==>  Preparing: SELECT a.*, b.id method_id, b.method_name, b.data_length, b.model, b.result_key, c.id setting_id, c.setting_key, c.name setting_name, c.value, c.type, c.value_type, c.max, c.min, d.id select_id, d.select_key, d.name select_name FROM t_mpk_file a LEFT JOIN t_mpk_model_method b ON a.id = b.mpk_file_id LEFT JOIN t_mpk_method_setting c ON b.id = c.method_id LEFT JOIN t_mpk_setting_select d ON c.id = d.setting_id WHERE a.id = ? ORDER BY b.sort, c.sort, d.sort
+[2024-09-30 14:53:05.013] | [http-nio-8983-exec-7][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] ==> Parameters: 3b656bca-9567-4705-9f34-8c1de6fc2803(String)
+[2024-09-30 14:53:05.022] | [http-nio-8983-exec-7][DEBUG] | [c.i.m.m.m.d.M.get.debug,line : 135] <==      Total: 2
+[2024-09-30 14:53:05.090] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.generatorCode,line : 196] 生成临时文件夹,C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987
+[2024-09-30 14:53:05.161] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 432] 执行cmd命令生成dll:cl /LD C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\C++\PredFactGuiComShortPointLossRateMasteelV4.cpp C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\C++\PredFactGuiComShortPointLossRateMasteelV4Jni.cpp /EHsc /o C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\libs\IAIL.MDK.Mid.Jni.dll /link IAIL.MDK.Mid.Windows.lib
+[2024-09-30 14:53:05.245] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] PredFactGuiComShortPointLossRateMasteelV4.cpp
+[2024-09-30 14:53:05.256] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\C++\PredFactGuiComShortPointLossRateMasteelV4.cpp: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
+[2024-09-30 14:53:05.374] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(25): warning C4091: “typedef ”: 没有声明变量时忽略“sarr_i”的左侧
+[2024-09-30 14:53:05.374] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(31): warning C4091: “typedef ”: 没有声明变量时忽略“sarr_f”的左侧
+[2024-09-30 14:53:05.374] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(40): warning C4091: “typedef ”: 没有声明变量时忽略“darr_i”的左侧
+[2024-09-30 14:53:05.375] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(48): warning C4091: “typedef ”: 没有声明变量时忽略“darr_f”的左侧
+[2024-09-30 14:53:05.375] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] D:\work\mdk\MDKProjects\MDKProjects\AlgKernel\src\IAIL.MDK.Midware\include\stdafx.h(57): warning C4091: “typedef ”: 没有声明变量时忽略“darr_f2”的左侧
+[2024-09-30 14:53:05.737] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] PredFactGuiComShortPointLossRateMasteelV4Jni.cpp
+[2024-09-30 14:53:06.001] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] 正在生成代码...
+[2024-09-30 14:53:06.060] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] Microsoft (R) Incremental Linker Version 14.16.27051.0
+[2024-09-30 14:53:06.061] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] Copyright (C) Microsoft Corporation.  All rights reserved.
+[2024-09-30 14:53:06.061] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] 
+[2024-09-30 14:53:06.061] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] /out:PredFactGuiComShortPointLossRateMasteelV4.dll 
+[2024-09-30 14:53:06.061] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] /dll 
+[2024-09-30 14:53:06.061] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] /implib:C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\libs\IAIL.MDK.Mid.Jni.lib 
+[2024-09-30 14:53:06.061] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] /out:C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\libs\IAIL.MDK.Mid.Jni.dll 
+[2024-09-30 14:53:06.061] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] IAIL.MDK.Mid.Windows.lib 
+[2024-09-30 14:53:06.061] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] PredFactGuiComShortPointLossRateMasteelV4.obj 
+[2024-09-30 14:53:06.062] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441] PredFactGuiComShortPointLossRateMasteelV4Jni.obj 
+[2024-09-30 14:53:06.089] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createDllFile,line : 441]   正在创建库 C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\libs\IAIL.MDK.Mid.Jni.lib 和对象 C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\libs\IAIL.MDK.Mid.Jni.exp
+[2024-09-30 14:53:06.126] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.createClassFile,line : 521] 执行cmd命令生成class:javac -encoding utf-8 C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\IAILMDK\iail\mdk\model\pred\fact\PredFactGuiComShortPointLossRateMasteelV4.java C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\IAILMDK\iail\mdk\model\pred\fact\impl\PredFactGuiComShortPointLossRateMasteelV4Impl.java C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\IAILMDK\iail\mdk\model\utils\AlgsUtils.java C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\IAILMDK\iail\mdk\model\common\Environment.java
+[2024-09-30 14:53:06.549] | [http-nio-8983-exec-7][INFO ] | [c.i.m.m.m.s.i.MpkFileServiceImpl.pkgJar,line : 499] 执行cmd命令打jar包:jar -cvf C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\libs\IAILMDK.jar -C C:\Users\16630\AppData\Local\Temp\generatorCodeTmp6893887822511266987\IAILMDK\ .
+[2024-09-30 14:53:06.709] | [http-nio-8983-exec-7][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] ==>  Preparing: INSERT INTO t_mpk_generator_code_history (id, mdk_id, file_name, file_path, remark, create_time) VALUES (?, ?, ?, ?, ?, ?)
+[2024-09-30 14:53:06.711] | [http-nio-8983-exec-7][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] ==> Parameters: 0e77969c-6efd-4ccc-985b-7a16e95ca738(String), 3b656bca-9567-4705-9f34-8c1de6fc2803(String), PredFactGuiComShortPointLossRateMasteelV4_20240930145303.zip(String), D:\DLUT\mpkBakFile\PredFactGuiComShortPointLossRateMasteelV4_20240930145303.zip(String), 1(String), 2024-09-30 14:53:06.697(Timestamp)
+[2024-09-30 14:53:06.724] | [http-nio-8983-exec-7][DEBUG] | [c.i.m.m.m.d.G.insert.debug,line : 135] <==    Updates: 1
+[2024-09-30 14:53:06.760] | [http-nio-8983-exec-7][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/file/generat) 耗时(1781 ms)]
+[2024-09-30 14:53:06.760] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:53:07.825] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:53:07.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:53:07.829] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:53:07.844] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:53:07.845] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@7a9191a5]
+[2024-09-30 14:53:07.845] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:53:10.941] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 14:53:10.942] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] POST "/admin-api/model/mpk/api/run", parameters={}
+[2024-09-30 14:53:10.943] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestMappingHandlerMapping.getHandler,line : 522] Mapped to com.iailab.module.model.mpk.controller.admin.MdkController#run(MdkDTO)
+[2024-09-30 14:53:10.944] | [http-nio-8983-exec-8][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.preHandle,line : 51] [preHandle][开始请求 URL(/admin-api/model/mpk/api/run) 参数({"pyName":"PredFactGuiComShortPointLossRateMasteelV4","className":"iail.mdk.model.pred.fact.impl.PredFactGuiComShortPointLossRateMasteelV4Impl","methodName":"train","datas":["[[716.92,646.889997,258.72],[724.86,630.959998,259.24],[732.14,638.710001,260.64],[797.38,708.100002,283.07],[773.34,685.390001,283.24],[767.67,594.31,285.22],[817.95,590.149995,288.25],[825.39,695.18,290.28],[775.11,705.689999,291.22],[768.67,706.020001,291.97],[735.41,714.180001,291.97],[729.33,736.059998,291.91],[698.07,783.600004,291.16],[686.31,758.049996,289.07],[753.25,745.820003,288.19],[748.88,641.850001,287.72],[778.36,722.879996,288.72],[750.16,729.989999,289.18],[751.51,725.11,289.42],[750.0,725.52,289.47],[708.22,723.73,289.42],[753.27,735.360002,289.47],[677.33,762.519997,288.89],[615.3,757.990004,287.49],[735.63,743.35,286.74],[757.96,667.5,287.38],[714.41,687.150002,288.36],[745.9,762.299996,288.78],[749.35,751.060003,289.7],[776.39,767.319998,290.52],[757.2,763.650004,290.75],[767.17,757.459996,291.17],[626.51,747.929996,291.17],[659.1,747.610001,289.36],[759.23,744.720001,288.77],[768.25,671.62,289.53],[772.1,733.269998,291.68],[704.08,767.659996,291.57],[750.23,760.620001,291.4],[744.13,755.23,291.4],[763.94,757.820003,291.4],[749.8,752.869995,291.4],[758.74,753.129995,291.63],[660.3,752.919996,291.45],[600.72,720.030003,288.48],[667.28,641.989999,287.2],[716.13,649.149996,287.08],[653.36,749.629999,280.21],[699.5,743.349998,278.35],[697.31,772.920002,272.81],[616.64,761.879999,270.9],[686.81,675.859995,270.02],[691.04,668.889997,269.61],[669.28,761.069998,267.98],[691.95,751.930002,266.18],[650.73,758.049997,264.19],[688.45,765.710003,262.16],[663.42,742.139997,259.53],[695.84,758.010004,257.44],[682.37,759.170002,255.57],[602.69,769.029999,253.31],[651.3,670.010005,251.44],[699.26,759.059997,251.09],[686.94,748.66,248.82],[683.62,752.450004,247.02],[695.14,754.240004,245.21],[679.73,752.370001,243.17],[671.77,774.359997,241.25],[716.61,773.169999,239.38],[689.37,761.800004,238.28],[634.82,763.219996,236.0],[697.96,663.739998,235.65],[720.16,676.970001,236.0],[718.48,779.689999,236.47],[718.32,785.449996,235.88],[740.08,791.280003,235.54],[734.98,771.450004,234.95],[733.93,767.210002,234.14],[682.2,783.039998,233.27],[692.8,756.330001,231.75],[703.21,758.890003,231.0],[616.12,682.819998,230.24],[703.99,775.119998,230.24],[750.03,762.990001,229.65],[691.92,775.230001,228.49],[702.99,745.209996,226.21],[678.83,748.309999,224.12],[689.61,744.319999,222.02],[639.79,763.749997,220.1],[653.68,760.960001,217.48],[704.03,745.320002,215.45],[609.75,661.809998,213.81],[646.91,676.679998,212.59],[702.35,755.570002,211.25],[712.72,782.919998,205.43],[665.54,631.509998,198.85],[728.59,707.069999,205.19],[722.62,622.05,205.37],[575.83,615.479998,206.06],[691.46,688.809997,205.78],[748.53,689.070001,205.14],[741.24,686.020001,205.14],[687.29,699.78,204.44],[737.43,690.370003,203.79],[748.87,662.1,203.62],[722.6,668.840003,203.8],[706.76,687.890003,203.8],[600.7,592.419998,203.21],[684.2,704.020002,202.63],[723.42,677.439997,202.34],[732.05,677.799997,202.16],[770.04,679.989995,202.46],[697.46,742.590002,203.39],[698.15,737.87,203.04],[742.9,716.850002,202.46],[721.47,707.509996,202.34],[690.87,716.709998,202.22],[592.85,640.360001,201.35],[687.61,627.520001,201.23],[717.64,725.530001,201.64],[723.85,737.310003,202.75],[733.1,744.029999,203.44],[727.24,747.590002,203.8],[724.28,750.169998,203.68],[710.9,733.87,202.75],[734.74,728.099999,202.69],[722.26,726.160002,202.63],[598.15,653.63,202.63],[634.64,730.539995,201.52],[662.04,738.169997,199.49],[721.07,710.599997,198.56],[718.77,712.769997,197.85],[705.28,725.919998,197.16],[662.9,726.539999,195.93],[720.11,712.789996,194.89],[664.84,728.939997,193.49],[651.76,726.049999,191.8],[553.39,644.919999,190.63],[678.96,624.529997,190.11],[694.49,708.110003,189.76],[671.25,722.6,188.54],[681.78,726.740002,187.25],[700.26,720.28,186.44],[669.48,722.909998,185.68],[651.09,591.959999,185.22],[711.38,702.139996,186.09],[699.08,585.319997,197.04],[751.44,561.110002,198.32],[754.83,684.749999,200.06],[731.8,663.040002,201.23],[731.73,661.709999,201.23],[738.14,652.410001,201.58],[698.12,665.5,202.04],[747.24,655.130001,202.51],[716.02,658.64,203.03],[672.81,578.92,203.68],[647.43,665.160001,204.55],[728.2,619.369999,204.32],[752.33,646.81,204.96],[738.19,659.119999,205.66],[687.76,657.13,205.66],[740.29,647.06,205.66],[760.79,642.079999,206.24],[793.19,639.749998,207.82],[721.09,645.349997,210.03],[655.86,572.649997,212.71],[734.06,542.189999,214.27],[707.6,659.219998,216.55],[761.6,654.639999,219.46],[745.08,654.060001,221.74],[755.83,652.540001,223.43],[754.21,664.219999,224.88],[746.65,633.98,226.86],[772.07,626.829999,229.3],[749.23,661.079998,231.57],[658.78,560.769998,233.96],[724.07,654.44,236.0],[731.06,644.180001,237.11],[756.15,646.840002,238.8],[768.82,629.890001,241.07],[755.96,675.480001,243.64],[687.54,708.100001,244.33],[661.56,667.46,242.82],[658.38,696.010002,242.12],[689.64,689.97,241.77],[679.55,606.339997,242.0],[590.99,603.979997,242.35],[659.72,667.080002,241.54],[711.02,670.499998,240.55],[722.97,677.499998,240.43],[687.22,690.839998,240.32],[658.71,692.34,238.91],[656.42,596.009999,239.15],[725.34,672.170001,240.02],[676.01,682.509999,240.14],[668.01,704.569998,248.11],[718.16,686.419997,247.13],[618.05,693.240001,246.96],[696.03,670.44,245.5],[678.34,697.159998,244.62],[706.2,674.509999,244.1],[644.67,689.489999,243.46],[660.0,586.369997,243.0],[655.82,701.56,242.82],[672.78,663.589999,242.18],[586.5,688.849999,240.43],[662.61,665.1,238.63],[695.01,661.839999,237.69],[668.47,673.39,237.17],[691.26,656.709998,235.88],[650.49,688.930001,235.08],[688.15,666.509999,234.72],[693.17,589.04,234.78],[676.5,691.500001,235.13],[662.85,672.799999,234.72],[650.13,669.43,234.84],[599.82,671.93,234.66],[676.57,670.059999,233.68],[683.07,664.399997,233.32],[714.03,675.589997,232.8],[692.7,683.189998,232.8],[713.59,674.040001,232.8],[713.93,589.349999,233.27],[699.47,691.240002,234.78],[712.28,682.889999,234.78],[648.14,687.070001,234.84],[618.65,694.98,234.26],[703.2,673.669998,233.97],[691.24,679.749999,233.97],[730.2,686.029999,233.97],[703.12,673.689997,234.26],[711.64,685.459999,235.13],[712.28,604.409999,236.53],[651.09,705.889997,237.75],[727.14,687.889999,238.34],[729.66,686.66,238.74],[653.83,698.890001,239.03],[634.97,702.159999,238.45],[718.21,679.0,238.28],[716.72,690.27,238.05],[743.12,670.979999,238.51],[700.5,683.789999,238.33],[704.39,688.959998,238.92],[617.25,700.1,238.45],[713.31,678.869999,237.11],[640.45,705.259999,238.74],[655.0,690.72,236.7],[697.06,687.709999,236.06],[687.62,694.229998,235.66],[687.53,705.029998,234.96],[680.2,708.199999,234.2],[646.01,588.979997,233.27],[694.81,710.850002,233.27],[647.66,685.349998,232.51],[659.6,683.400001,231.4],[593.22,692.980001,229.95],[618.05,675.929998,227.03],[669.34,685.309996,225.23],[695.9,682.180001,224.01],[695.74,680.409997,223.37],[694.26,688.280001,222.66],[631.35,615.94,222.44],[665.76,709.579998,222.02],[697.63,694.139997,220.57],[682.64,714.769997,220.45],[602.39,707.34,219.41],[573.62,682.219999,216.67],[671.92,678.350004,214.51],[708.45,689.209998,213.17],[704.12,700.190001,212.36],[742.79,707.210002,212.12],[676.03,620.320003,212.36],[732.7,726.740003,213.23],[720.16,702.119996,213.23],[693.2,723.509997,213.23],[616.07,708.509996,212.59],[620.3,694.969998,210.2],[713.15,692.790002,209.15],[736.08,692.719998,208.75],[722.23,696.339998,208.98],[726.48,693.860001,209.33],[705.0,589.07,210.08],[689.41,706.999998,211.43],[737.68,686.87,211.43],[721.03,693.389998,211.95],[700.14,714.129998,212.24],[574.26,701.759999,211.66],[630.43,665.919999,209.21],[687.2,677.600002,207.88],[692.56,692.249996,207.23],[699.56,699.05,206.65],[689.7,589.989999,206.42],[698.97,711.490003,207.41],[660.76,676.939999,206.36],[661.24,710.160001,206.36],[671.67,714.05,206.41],[718.03,690.399998,204.84],[641.91,693.889998,208.81],[638.27,611.730001,211.13],[693.83,697.069998,211.95],[704.59,684.509998,211.78],[701.99,691.05,211.42],[608.55,692.74,210.84],[607.07,663.799999,208.58],[683.91,666.819998,207.17],[739.37,664.8,206.88],[717.77,677.069998,207.12],[692.8,690.320001,207.11],[666.09,601.589998,207.05],[660.44,698.97,207.05],[687.71,679.930001,206.59],[668.29,685.600001,206.94],[644.39,694.489999,207.23],[586.41,667.580001,206.24],[686.43,670.679997,204.85],[706.6,674.12,204.15],[714.37,668.429998,203.38],[726.67,679.709998,203.04],[669.93,586.840001,202.98],[717.87,694.299998,203.92],[725.14,675.19,204.14],[745.18,684.95,205.14],[719.54,698.479998,206.01],[660.12,704.169999,206.48],[634.14,690.229998,206.18],[748.0,684.330001,205.66],[759.48,676.89,205.84],[776.6,675.759998,207.12],[742.65,608.679999,209.5],[739.19,699.569998,212.3],[745.43,683.300001,212.54],[725.25,658.479998,213.52],[732.44,679.619998,214.57],[656.85,672.959998,215.44],[672.44,674.979998,215.38],[716.53,666.83,215.38],[752.29,651.910001,215.97],[769.57,657.59,217.66],[682.14,568.059998,219.35],[667.39,665.620002,220.75],[668.2,659.639999,220.75],[648.86,656.930002,220.51],[622.75,673.940001,220.45],[673.67,657.49,218.88],[728.96,637.889998,226.33],[686.35,619.529999,232.98],[706.27,619.880001,233.38],[684.8,643.879999,243.4],[736.85,620.679998,244.21],[684.3,645.38,244.51],[684.54,647.119997,244.27],[655.07,664.249998,244.33],[620.47,666.719998,243.93],[718.74,649.639997,243.64],[737.71,650.889997,243.7],[689.88,573.710002,245.2],[733.33,681.059998,246.55],[716.92,674.739996,246.84],[719.38,676.519999,248.12],[682.23,673.0,248.88],[672.5,694.47,247.37],[634.13,680.479998,246.31],[592.38,694.960001,244.1],[674.44,669.460001,242.47],[692.38,692.770002,241.54],[677.59,621.660002,240.9],[676.41,612.249997,241.13],[680.48,692.090001,240.72],[743.36,696.19,240.08],[688.9,712.980001,239.62],[691.57,708.17,239.15],[685.07,716.650001,239.32],[683.3,724.290002,239.32],[596.52,720.970001,238.62],[704.29,699.079998,237.58],[709.85,616.54,237.76],[705.79,725.399999,239.44],[711.94,695.409996,240.03],[692.83,709.399999,240.31],[676.64,710.16,239.79],[723.41,710.499999,239.67],[720.71,701.979999,239.9],[685.1,776.850005,239.96],[632.05,753.410004,238.45],[707.27,744.870002,236.88],[700.66,676.379998,236.53],[740.56,612.170002,237.93],[730.01,706.989999,239.09],[705.04,714.14,239.79],[640.12,704.609998,238.51],[696.93,679.809998,237.11],[687.18,598.249997,237.4],[743.77,668.87,242.82],[612.54,569.700001,243.52],[726.7,663.479999,244.51],[721.27,644.7,244.79],[726.05,662.990001,244.79],[738.18,646.650001,245.55],[756.58,664.379998,246.13],[688.72,669.489998,246.37],[695.22,665.190001,246.08],[722.41,649.93,245.73],[724.35,658.500002,245.73],[612.69,583.239997,246.14],[690.03,685.579997,246.78],[728.45,649.199998,246.95],[727.22,675.96,248.06],[736.28,686.99,248.75],[744.79,664.149999,249.11],[709.23,674.380001,249.57],[710.98,670.489997,249.81],[721.47,643.780001,249.63],[696.29,629.409999,249.64],[593.57,552.749999,249.87],[684.49,647.09,251.09],[734.09,637.800001,251.67],[730.54,641.969998,252.13],[724.28,643.819998,252.71],[686.08,646.359998,252.6],[730.64,638.969999,252.6],[747.7,636.279998,253.01],[704.54,647.059998,253.89],[661.24,652.719999,254.24],[592.65,567.639999,255.05],[718.96,676.82,256.51],[744.04,670.610001,257.55],[747.3,652.650001,259.42],[734.29,658.800001,261.17],[679.77,663.929997,262.68],[661.14,713.249997,262.68],[718.89,703.930001,262.68],[717.36,708.689998,263.2],[700.04,717.259998,263.26],[573.83,615.670002,263.09],[666.7,700.539998,263.15],[684.98,697.300004,263.09],[722.99,702.250002,264.6],[649.25,707.629995,268.68],[707.83,694.220001,267.4],[674.84,645.279998,267.92],[636.91,723.789997,268.1],[641.34,627.500002,266.41],[675.08,724.249999,266.7],[592.38,710.360001,265.48],[607.87,700.729999,263.26],[629.82,703.28,261.58],[653.07,685.500002,259.24],[682.07,707.989996,258.37],[684.26,706.880002,257.44],[661.95,713.800001,256.63],[676.17,714.099996,255.34],[679.01,614.719995,254.7],[636.97,717.049999,255.05],[585.86,703.260001,254.12],[610.68,694.200001,252.95],[646.61,724.160003,251.96],[636.17,711.449999,249.8],[674.42,716.760001,248.41],[670.24,690.680003,247.24],[669.71,712.589997,246.26],[680.5,707.700003,245.5],[684.21,609.5,245.21],[665.27,726.070002,246.08],[550.18,697.990002,244.5],[589.51,685.539999,241.77],[677.87,699.399999,240.08],[683.14,720.56,238.79],[660.14,726.27,237.11],[689.05,722.0,235.77],[685.65,714.509999,234.66],[673.51,721.939997,233.56],[679.82,638.960004,233.15],[676.16,739.44,234.08],[732.8,713.899998,233.91],[710.01,737.429997,233.97],[607.94,736.660001,233.73],[606.87,724.230001,231.92],[708.6,711.74,230.12],[733.17,721.209997,229.83],[758.08,716.92,230.06],[740.03,721.809998,230.76],[732.93,642.979999,232.1],[766.2,731.219999,237.05],[768.82,738.929998,239.96],[619.03,727.300001,239.96],[675.2,714.089996,238.8],[693.62,737.470002,242.24],[572.64,719.390003,238.86],[622.97,718.059999,236.07],[662.35,636.520001,235.08],[701.86,729.69,235.71],[681.64,734.229999,235.25],[666.97,733.349997,233.67],[672.79,710.570001,232.39],[645.87,730.069998,230.82],[678.04,727.260001,229.25],[632.5,721.569998,227.27],[631.82,727.899999,225.46],[575.76,683.339996,223.31],[653.39,624.059997,222.03],[673.27,734.830004,221.91],[654.24,717.449998,220.63],[666.85,732.899999,219.93],[669.88,706.280001,219.0],[660.77,732.000002,217.31],[630.55,713.589997,215.21],[666.54,718.730001,213.58],[621.53,706.39,211.78],[612.37,703.520001,209.5],[675.64,660.509998,208.04],[703.59,713.349998,208.04],[705.85,705.459998,207.0],[704.33,733.020002,205.66],[699.89,715.94,204.84],[657.26,730.770001,204.03],[688.64,715.8,203.04],[654.81,708.62,201.47],[673.66,723.489998,199.89],[584.59,691.329996,198.26],[677.73,618.879998,197.1],[727.15,747.170003,198.21],[727.23,717.049998,198.5],[724.13,728.03,198.38],[730.23,731.499998,198.2],[693.33,722.449998,198.09],[731.98,723.750002,197.68],[695.67,715.330002,197.1],[695.28,712.179998,196.11],[640.92,709.220002,195.76],[663.87,614.009997,195.06],[711.56,719.699994,196.28],[732.5,707.569997,196.52],[738.31,715.339999,198.26],[714.6,700.660004,198.79],[673.63,700.790003,200.07],[709.99,695.919995,199.14],[616.75,619.630001,198.44],[709.51,712.69,199.43],[659.8,598.24,199.02],[634.56,713.01,198.96],[656.83,687.309999,197.74],[687.82,697.519997,196.81],[683.63,703.059998,196.17],[687.05,687.900001,194.77],[684.29,687.880003,193.71],[645.3,691.389997,192.9],[665.85,695.650001,191.68],[644.65,686.39,189.88],[649.56,602.310001,189.41],[588.52,705.619999,189.06],[635.84,681.600001,187.02],[686.95,685.790003,187.02],[685.26,707.219999,186.97],[643.6,676.32,185.86],[675.31,661.329999,185.1],[729.63,642.199997,184.86],[720.31,648.979999,185.27],[719.98,651.119998,185.68],[623.1,549.320002,186.03],[646.63,666.43,186.21],[706.28,640.14,185.56],[715.0,628.69,185.85],[726.87,635.539999,186.61],[711.11,660.35,187.2],[731.04,663.38,187.6],[675.57,654.009999,187.6],[779.4,645.889998,188.3],[736.67,653.870001,190.22],[652.75,565.469998,192.84],[630.99,657.81,194.19],[714.75,628.77,194.47],[758.16,630.2,195.87],[754.76,648.389999,197.85],[761.09,643.839999,199.78],[724.46,653.999998,201.47],[749.6,633.539999,202.92],[777.57,552.079998,212.07],[665.69,643.419998,215.73],[702.19,627.449998,216.67],[707.23,632.289998,219.23],[732.03,647.480001,233.33],[657.37,641.399999,241.89],[655.91,639.630001,242.0],[712.73,625.589999,241.24],[730.81,639.459998,241.48],[722.11,640.289998,242.06],[727.57,644.889998,242.99],[695.63,648.680001,243.34],[679.01,541.620002,244.68],[718.14,632.589999,246.14],[704.01,638.600002,246.49],[643.92,640.96,246.78],[657.76,616.9,246.54],[694.57,617.890001,246.43],[694.39,634.820001,246.49],[714.13,647.959999,246.31],[723.61,641.21,246.66],[688.74,642.149998,247.19],[701.81,541.109999,248.7],[723.23,640.989997,250.57],[712.81,638.819999,250.86],[636.96,662.769999,251.67],[628.17,642.429998,251.09],[695.38,637.259999,250.68],[702.02,635.699997,250.68],[720.97,639.83,250.15],[735.58,653.100001,250.27],[734.34,708.350002,250.22],[694.06,625.129998,250.39],[727.17,732.119998,251.14],[704.86,704.21,250.8],[703.08,695.089998,249.69],[678.59,667.089998,249.93],[673.19,667.4,250.22],[755.15,677.61,251.15],[738.03,660.649999,252.2],[758.63,660.509999,252.96],[750.94,650.559996,254.81],[720.47,568.919997,257.5],[709.35,708.12,260.18],[731.21,688.640002,261.05],[725.05,676.540002,261.45],[710.06,679.750003,261.81],[683.29,676.680002,262.51],[587.22,687.659999,262.33],[674.42,703.219999,271.12],[645.34,683.430002,269.85],[694.66,762.340003,268.39],[666.91,751.719997,266.52],[620.87,744.06,264.48],[537.93,707.920001,260.99],[652.5,715.229996,257.96],[686.92,733.310003,256.04],[674.86,657.970001,254.82],[669.95,757.360001,253.77],[682.53,698.809997,252.19],[654.63,702.87,250.91],[691.44,702.569998,249.74],[687.38,715.290005,248.7],[650.63,709.710001,247.83],[592.17,694.190003,245.79],[588.14,674.640001,243.23],[672.32,690.720002,241.3],[693.44,605.549998,241.07],[713.04,726.279998,241.59],[644.23,705.409996,240.38],[682.08,705.8,239.44],[634.52,714.440002,238.68],[700.73,693.469998,237.4],[680.01,715.560001,236.59],[650.94,713.929999,235.42],[572.73,661.309997,233.5],[675.43,692.91,231.28],[714.04,592.470001,231.05],[739.01,706.460003,232.34],[717.26,678.569995,232.63],[700.22,696.210002,232.51],[738.27,693.229997,231.52],[773.54,663.489998,231.81],[750.5,683.080002,233.15],[706.03,696.529998,234.49],[669.9,702.429999,234.72],[740.4,700.789997,235.01],[741.4,606.62,236.06],[738.73,697.320002,238.74],[773.85,656.23,240.89],[756.92,680.869998,242.88],[722.64,693.819999,243.52],[769.07,678.270001,246.83],[766.2,670.93,249.4],[706.0,690.330002,251.03],[731.24,689.180003,252.25],[728.6,690.179996,268.5],[695.08,588.080003,269.2],[726.71,682.599996,271.83],[740.79,680.630002,271.83],[722.28,676.999998,271.94],[677.1,676.910001,271.94],[726.33,682.419999,271.88],[733.42,676.640001,271.18],[702.87,676.169998,270.6],[616.48,573.940002,269.96],[684.9,673.87,270.13],[719.02,674.500001,270.13],[695.99,671.699999,270.01],[731.5,652.06,269.67],[741.99,670.040001,270.02],[742.48,666.580002,270.89],[732.19,672.339998,272.0],[701.61,663.260002,272.35],[724.91,662.510004,273.05],[700.14,574.360001,274.09],[674.4,590.890003,276.14],[628.09,673.189999,276.48],[714.32,671.370002,277.36],[753.44,663.559998,278.41],[711.78,678.449998,278.7],[713.91,664.199996,278.99],[712.03,673.64,279.45],[760.03,652.610001,280.5],[714.83,665.17,281.66],[711.09,570.549995,283.12],[616.91,671.540001,284.57],[679.91,658.1,283.41],[686.98,669.930002,283.24],[716.13,668.829996,282.94],[727.17,674.629996,283.12],[741.34,669.410001,284.29],[716.63,676.530002,285.22],[660.23,698.899995,284.93],[701.03,682.659996,284.41],[717.35,617.669997,286.33],[711.06,610.860001,288.77],[653.07,715.580001,289.76],[618.89,697.799995,289.01],[731.24,680.470003,287.84],[734.82,715.509995,288.07],[740.68,716.05,289.12],[735.79,726.08,289.77],[702.48,714.029997,289.76],[660.92,722.159998,294.07],[719.9,684.16,288.66],[647.28,666.72,288.71],[675.21,745.879997,286.85],[669.84,752.259999,285.45],[678.33,744.3,283.59],[654.16,738.869999,281.31],[678.82,656.810003,280.27],[617.79,735.990001,280.03],[609.54,748.99,277.18],[657.11,755.209998,275.26],[670.43,747.000001,273.57],[665.55,731.179999,271.59],[667.59,732.950002,269.84],[689.38,750.879996,268.56],[661.81,744.569999,266.87],[662.42,753.149998,265.13],[632.54,669.59,263.55],[606.7,667.859998,262.45],[616.52,764.740001,259.89],[678.54,742.590002,258.9],[702.19,722.450003,257.96],[708.42,724.32,257.15],[663.78,711.040001,255.57],[675.26,709.190001,254.18],[690.27,715.690004,252.72],[675.18,702.39,252.08],[667.63,612.270002,251.55],[582.62,684.120001,251.43],[607.59,689.809999,248.29],[691.59,717.620002,246.43],[718.1,716.77,245.38],[707.66,717.280001,244.74],[714.17,723.109999,244.39],[695.41,717.249999,244.39],[707.9,713.709996,244.04],[710.03,717.879996,243.81],[661.04,631.640002,244.16],[626.6,625.050002,244.85],[696.26,715.110002,244.85],[696.84,715.899997,243.93],[739.49,721.139998,243.69],[737.9,722.670002,243.81],[742.09,725.319996,244.39],[690.9,728.309998,244.97],[666.31,669.72,249.52],[709.25,728.419995,249.35],[649.62,718.26,260.76],[651.57,720.860004,258.26],[713.11,729.26,255.98],[714.53,723.190002,255.11],[691.46,719.020002,254.18],[653.72,701.909997,252.72],[689.99,703.559997,250.22],[671.34,620.870001,249.4],[682.56,699.880001,249.34],[654.86,684.519999,248.88],[562.17,632.910001,246.66],[679.51,681.8,244.68],[711.14,683.41,244.16],[697.67,676.32,244.04],[632.93,661.03,242.87],[693.26,672.43,242.12],[716.59,594.479998,242.47],[683.4,582.300001,243.99],[664.88,670.390001,245.32],[539.88,671.250002,244.57],[668.74,671.07,243.17],[710.81,672.229999,242.47],[716.08,683.860002,242.47],[647.03,665.369999,241.65],[684.36,675.16,240.54],[706.54,669.609999,240.43],[692.17,590.31,240.89],[669.77,662.420001,242.53],[595.11,660.39,242.06],[657.4,667.619999,240.72],[675.64,675.229999,239.5],[708.81,673.000001,239.15],[711.66,680.250001,239.09],[668.76,680.930001,238.85],[664.74,680.749998,237.4],[738.22,701.839998,236.88],[721.88,621.919997,238.04],[643.64,617.039999,239.73],[653.69,692.02,240.31],[641.72,682.280002,239.85],[697.04,690.969998,239.61],[723.93,710.23,239.9],[691.82,700.960001,240.02],[719.32,707.919995,239.5],[757.92,703.999998,247.07],[672.45,711.000003,247.48],[731.46,706.759998,247.77],[705.92,701.979998,255.98],[661.21,688.489999,255.34],[646.68,684.43,253.7],[683.37,700.039997,252.26],[699.75,707.839997,251.33],[692.92,716.899999,250.27],[611.33,704.64,248.41],[675.07,629.080003,247.07],[640.62,706.54,247.07],[641.03,707.049999,246.08],[560.38,690.920003,243.81],[640.32,699.720001,241.42],[668.03,695.72,239.5],[677.69,694.699998,238.16],[694.39,702.339999,236.7],[673.95,698.500003,235.77],[630.22,699.689999,234.72],[641.11,616.230001,234.03],[676.16,616.889996,233.21],[672.19,713.360001,233.21],[590.07,712.270002,232.69],[637.71,700.579998,230.82],[650.23,700.830001,229.48],[692.91,706.460002,228.32],[699.44,705.240001,227.61],[644.9,698.579996,226.57],[689.57,708.75,225.17],[671.58,610.720002,224.58],[675.2,707.320002,224.64],[651.08,688.229996,223.14],[656.41,695.369996,221.85],[633.38,683.45,220.57],[580.35,667.5,218.77],[665.1,669.969998,217.19],[658.54,671.84,216.32],[697.58,669.649998,215.44],[701.35,676.03,214.98],[705.89,588.42,215.56],[643.7,580.43,216.43],[692.03,694.899997,216.85],[650.48,670.02,216.67],[679.13,678.139999,216.61],[654.24,667.729998,216.67],[715.45,670.039998,216.6],[710.96,679.570001,217.08],[736.44,678.400001,217.25],[761.53,723.479999,226.1],[743.69,727.999999,227.44],[695.27,729.950003,227.44],[658.52,735.430003,236.12],[592.05,728.499998,233.97],[666.82,733.71,231.7],[703.95,734.730001,230.36],[670.31,723.469997,229.07],[689.9,640.679998,227.85],[674.81,742.019998,227.85],[703.19,740.369998,226.8],[675.45,736.700001,225.51],[653.12,740.320001,223.94],[602.14,755.970003,220.86],[649.95,758.859998,217.54],[692.46,756.14,215.27],[697.64,755.26,213.87],[695.55,753.179999,212.47],[694.97,655.979999,212.01],[657.77,652.909998,211.83],[672.52,747.530001,210.96],[669.98,742.550002,210.49],[655.13,731.649999,209.38],[565.52,727.679998,206.65],[658.66,744.809999,203.27],[692.22,741.959996,201.05],[716.28,741.049999,199.6],[724.11,746.81,198.43],[702.68,645.660001,197.79],[685.93,734.169999,198.09],[683.81,734.88,196.57],[703.68,749.439999,194.77],[698.64,756.179997,193.25],[648.39,746.919996,191.57],[642.41,754.680003,189.0],[693.98,755.310004,187.32],[718.21,659.76,183.41],[708.0,664.879999,183.59],[696.08,758.5,183.82],[675.46,749.42,182.89],[664.69,746.13,181.43],[682.55,750.62,180.09],[624.74,739.599998,178.52],[723.65,751.96,177.23],[739.23,746.920001,176.89],[702.75,744.08,176.54],[724.93,662.64,175.9],[670.18,747.209999,182.13],[729.38,758.3,180.38],[727.69,747.169999,180.32],[587.04,697.859998,185.85],[648.39,696.649999,183.58],[712.64,614.389998,182.25],[721.93,704.310001,183.12],[712.68,691.010001,182.94],[704.99,692.769999,182.42],[657.33,681.97,181.6],[643.4,679.100001,180.56],[650.24,680.8,178.92],[621.94,684.770002,177.47],[566.79,675.350001,175.32],[648.56,676.649997,173.39],[667.41,590.45,172.98],[678.06,591.949998,173.1],[690.21,691.389999,173.97],[689.56,679.749999,174.67],[696.95,679.519999,175.08],[676.29,687.789998,174.79],[659.34,682.65,173.8],[687.09,678.65,172.46],[673.93,674.400001,171.65],[605.09,676.449996,170.48],[598.6,595.339998,168.73],[697.31,693.669999,168.33],[678.15,683.789999,167.39],[703.64,686.540002,166.92],[695.9,681.78,166.51],[664.78,679.64,165.7],[691.0,682.759999,164.3],[681.14,687.29,163.26],[654.43,682.949999,162.21],[560.51,676.009999,160.46],[641.33,604.489999,159.23],[706.13,604.809999,158.65],[702.64,694.519998,158.94],[736.46,658.139999,158.89],[688.72,666.539997,159.12],[763.81,660.509998,159.76],[794.8,671.55,161.45],[752.78,668.58,163.14],[692.26,665.049998,163.67],[637.49,664.720003,163.67],[732.58,569.529997,164.59],[737.74,650.600001,167.51],[761.33,670.479998,168.73],[776.67,671.579996,171.64],[791.33,674.700002,174.15],[770.96,674.149999,176.42],[739.96,676.139999,178.28],[770.28,677.32,179.79],[685.6,665.289996,189.7],[736.95,660.579997,189.64],[666.71,665.059999,200.71],[722.14,665.059996,202.63],[748.44,719.199998,202.39],[709.67,717.950002,201.58],[748.75,714.059998,201.11],[715.73,711.120001,200.65],[730.24,718.669998,199.37],[635.36,581.829999,198.84],[701.01,688.279997,198.84],[705.36,687.059998,198.84],[713.65,685.769997,199.54],[745.2,679.409998,200.18],[733.05,683.059998,200.65],[749.0,677.049997,200.77],[718.61,679.020001,201.0],[709.36,676.969999,201.23],[712.67,680.490002,201.0],[677.48,591.969998,201.29],[621.01,679.140001,202.05],[682.18,681.719999,201.41],[724.77,677.850001,201.12],[716.66,677.640001,201.0],[737.89,676.689998,201.06],[716.42,675.14,201.24],[750.46,672.349997,201.64],[757.22,669.7,202.28],[734.12,665.020001,203.62],[707.1,566.859997,205.9],[661.43,661.509999,207.52],[727.21,661.020001,207.58],[737.92,658.139997,208.34],[760.45,657.140003,209.62],[722.09,659.019998,211.19],[754.41,661.060001,212.65],[787.26,658.199999,214.69],[763.71,656.139999,216.31],[744.76,689.85,217.19],[646.7,592.91,217.66],[737.78,698.349998,218.47],[733.71,699.569999,219.11],[762.88,711.83,221.21],[790.75,719.380002,221.91],[781.85,721.569998,222.84],[734.23,720.590001,222.84],[757.52,713.139998,222.67],[747.62,709.549999,222.31],[700.95,604.209999,222.32],[731.03,659.649996,223.13],[730.87,650.13,224.18],[733.45,571.609999,234.37],[629.59,562.869998,235.19],[698.87,655.959996,239.44],[699.17,662.97,239.38],[705.68,671.419998,238.92],[689.56,674.260002,238.92],[706.02,678.729999,238.92],[673.29,581.139996,239.73],[601.8,678.079998,239.97],[681.49,683.839999,238.22],[728.39,683.2,238.63],[744.92,677.669997,239.27],[731.72,675.739999,239.9],[720.82,672.709998,239.9],[675.81,673.109998,239.26],[737.28,711.259999,238.34],[752.25,721.839999,237.4],[702.58,627.4,237.23],[619.66,621.399999,237.46],[657.71,714.300002,236.17],[667.5,709.689996,234.95],[720.05,705.079998,233.85],[742.26,711.459998,233.32],[747.52,715.999997,232.92],[748.44,721.739999,232.62],[772.93,723.28,233.14],[752.64,721.339998,233.32],[754.59,632.249996,234.43],[721.22,731.77,236.0],[672.94,725.100002,235.71],[750.84,729.329998,235.07],[767.84,734.610002,235.07],[761.34,734.089999,235.54],[779.43,735.759998,235.71],[751.54,691.639998,236.29],[779.78,662.6,237.81],[789.02,653.760001,239.73],[687.94,553.569997,242.29],[663.05,542.33,244.74],[624.28,656.770003,245.56],[729.19,650.070003,246.96],[750.15,647.569999,249.34],[740.92,646.500002,250.51],[728.03,641.509998,251.38],[715.03,641.35,251.96],[700.09,638.729998,252.32],[646.36,643.559996,257.21],[628.33,677.239997,256.33],[726.25,690.750001,260.23],[629.09,683.880001,260.18],[672.32,693.459995,258.43],[699.52,698.269998,257.91],[710.64,696.189998,257.38],[699.69,693.160001,257.26],[691.88,704.719995,256.5],[638.91,614.620004,256.38],[704.85,721.700002,256.44],[637.91,715.109996,255.81],[611.18,715.44,255.69],[605.84,709.759997,254.17],[680.33,717.989998,252.6],[673.23,714.820001,250.68],[708.15,723.489995,249.92],[723.48,721.32,249.11],[711.43,721.069996,248.76],[686.13,632.4,248.29],[685.63,636.229999,249.28],[632.36,714.619996,249.98],[669.29,719.899997,248.64],[591.73,717.649999,246.72],[713.96,724.339995,245.26],[726.56,720.820001,245.32],[713.0,720.149999,245.44],[732.95,752.99,245.38],[735.59,763.509996,245.15],[699.86,673.689997,245.49],[733.04,774.619999,246.19],[747.19,754.819996,245.96],[687.49,745.789999,244.62],[640.91,737.350001,243.46],[692.3,746.100001,241.89],[684.95,739.77,241.54],[712.04,746.25,241.31],[755.23,703.950003,240.72],[746.92,703.05,241.07],[718.33,622.359996,242.18],[750.83,630.679998,244.39],[669.46,722.550001,246.32],[653.3,714.39,246.32],[584.34,693.819996,244.74],[643.67,708.349995,242.64],[714.48,716.549995,241.71],[718.51,724.75,241.42],[700.2,716.4,240.96],[709.65,782.889996,239.73],[716.63,770.170002,237.58],[633.68,713.029998,236.18],[666.6,717.389999,233.84],[695.58,723.540001,233.21],[686.32,708.509998,238.34],[687.59,703.239999,236.99],[655.58,692.64,235.36],[717.09,698.05,234.32],[717.27,700.439998,233.67],[702.58,705.409999,232.74],[618.64,614.199998,231.93],[682.44,714.829998,231.29],[663.22,717.909999,229.89],[707.24,691.22,229.77],[623.29,677.409998,229.71],[681.77,689.320001,228.2],[708.86,684.820001,227.5],[720.88,688.579999,226.51],[713.17,683.039999,226.46],[739.35,683.509999,226.46],[711.72,585.3,227.2],[697.68,591.419998,228.72],[683.6,681.439998,228.96],[770.1,687.61,228.55],[762.22,678.44,229.77],[736.29,676.859999,231.29],[658.55,680.119999,231.75],[753.28,677.799999,231.99],[724.91,675.579998,232.57],[780.61,679.230001,233.56],[772.01,611.450001,235.89],[716.87,707.740001,238.39],[748.09,694.45,238.68],[779.53,718.869999,239.27],[776.62,684.769999,240.89],[745.08,683.579998,242.58],[673.15,674.939998,243.57],[677.92,664.660001,243.4],[742.48,670.060001,244.16],[783.46,662.290002,245.38],[698.82,559.44,247.59],[692.36,557.239998,249.93],[697.85,622.26,252.84],[720.8,663.499998,255.34],[740.27,657.19,257.73],[623.44,669.850003,258.37],[696.13,680.850001,256.98],[719.05,683.290001,256.62],[755.31,684.619999,256.62],[757.34,687.099999,256.68],[774.27,692.069999,260.93],[699.73,676.409999,261.11],[747.33,669.539999,260.99],[675.01,664.929998,261.28],[704.87,668.230003,272.87],[768.28,661.229996,273.16],[725.41,655.689998,275.2],[716.68,656.940001,275.55],[719.3,661.600003,275.84],[678.79,561.67,277.18],[684.79,659.009999,278.47],[721.75,666.270002,278.23],[698.59,660.559996,279.28],[694.48,655.359996,279.86],[631.84,655.299996,279.63],[707.88,658.889997,279.28],[709.99,651.439999,279.28],[721.89,648.569998,279.28],[696.41,649.520001,279.57],[711.24,558.550002,280.62],[677.79,563.639997,282.78],[688.71,554.599998,284.58],[684.65,651.769999,285.28],[649.32,645.869999,285.28],[708.89,651.02,286.15],[766.09,654.01,287.61],[758.08,655.2,289.41],[743.32,649.32,291.45],[744.32,652.17,292.5],[691.48,557.930001,294.54],[702.73,662.53,296.99],[710.3,649.58,298.85],[707.82,691.169998,299.72],[733.05,683.84,299.78],[717.74,677.870001,300.88],[677.23,679.029997,301.7],[657.94,675.459998,301.7],[739.16,675.029998,302.34],[741.12,687.289998,303.45],[695.73,599.119997,305.08],[720.56,619.960003,307.24],[695.73,610.339996,309.39],[682.48,697.71,310.44],[655.27,699.11,310.44],[656.55,699.739999,309.45],[702.84,706.939997,308.17],[624.52,700.560001,306.71],[669.08,707.38,305.08],[662.14,703.680001,304.2],[729.76,710.990002,305.61],[677.14,718.039995,304.03],[659.24,807.639995,301.17],[615.34,804.010001,297.86],[670.31,811.93,294.43],[690.49,731.51,292.62],[677.71,809.57,291.11],[680.16,787.890001,288.71],[667.89,797.640002,287.44],[685.29,784.609994,285.62],[662.2,771.549995,282.94],[667.85,777.78,280.5],[631.66,781.949998,278.17],[584.25,768.340002,275.43],[677.43,789.319999,272.29],[697.26,703.32,270.77],[697.04,704.239998,269.56],[677.16,700.350001,268.85],[739.92,797.769996,267.51],[684.85,794.160002,266.29],[699.36,789.650001,264.78],[727.5,792.810002,263.03],[686.38,788.259998,262.04],[678.21,784.89,260.7],[615.6,776.110002,258.83],[692.99,698.450001,257.78],[721.44,790.04,257.5],[734.99,787.469998,256.57],[713.84,778.849997,255.81],[721.2,778.489996,255.23],[686.87,770.16,254.41],[685.76,771.419997,252.43],[727.1,771.55,251.08],[747.57,781.62,250.45],[706.54,784.46,250.16],[686.91,702.209998,249.63],[566.74,690.760001,249.46],[604.77,701.14,247.13],[658.72,788.48,246.02],[696.43,787.659998,244.39],[690.97,792.700001,242.06],[641.96,781.299999,239.44],[636.49,783.779997,236.36],[672.17,786.560002,233.62],[688.4,794.37,231.28],[679.57,703.92,230.24],[720.0,793.059996,228.03],[628.06,789.789997,225.17],[693.93,827.57,221.38],[657.02,795.290001,200.3],[614.93,788.469997,197.1],[688.15,764.619999,191.22],[644.31,754.289997,188.66],[656.26,685.059998,186.85],[663.49,768.490001,185.86],[630.21,777.610001,183.71],[679.66,779.83,182.3],[684.75,773.240003,180.9],[610.6,752.069998,178.51],[597.65,756.979998,175.32],[558.17,731.31,171.93],[638.23,751.089996,168.74],[648.46,743.850001,166.11],[720.06,716.130001,164.66],[742.25,809.52,164.95],[726.55,773.449998,164.54],[722.63,767.840002,163.96],[670.48,759.549998,163.26],[689.69,764.510004,161.63],[704.12,770.129998,160.81],[684.67,764.409997,160.0],[598.44,747.560001,158.42],[643.26,744.089996,156.33],[721.25,667.219999,155.51],[725.37,753.920001,156.44],[734.62,750.050001,156.5],[727.44,749.119998,156.5],[720.41,745.430002,156.5],[677.76,733.860004,156.5],[715.55,741.740002,156.33],[666.36,708.609998,155.57],[671.14,733.27,155.16],[608.15,728.160002,153.88],[696.28,647.339998,153.35],[688.07,742.660001,154.4],[647.66,726.829999,153.06],[674.49,732.730003,152.59],[654.04,723.71,151.95],[691.14,732.879998,150.56],[651.68,728.479997,149.33],[650.01,728.959996,147.94],[540.64,709.599998,145.56],[638.11,720.829999,142.47],[641.21,631.789998,141.47],[715.23,727.779998,141.59],[656.77,678.23,140.95],[727.33,672.629997,140.02],[719.24,666.770002,140.08],[647.08,665.560002,140.31],[679.0,667.949997,139.32],[639.11,559.139998,139.55],[746.61,609.399996,150.44],[697.29,598.160002,154.75],[683.5,593.580001,155.98],[601.91,497.3,157.43],[646.59,598.91,158.19],[713.45,609.13,159.06],[683.61,594.340003,161.51],[732.55,593.790001,163.9],[705.67,595.460003,165.41],[672.67,582.660001,165.53],[680.1,581.010002,166.64],[723.01,600.869997,168.26],[708.8,601.139999,169.78],[622.15,498.420001,170.95],[669.71,582.979999,172.69],[684.86,584.899998,173.21],[741.51,580.65,174.79],[771.77,593.46,177.12],[727.19,580.9,180.38],[710.53,577.969999,183.41],[699.83,573.909998,185.51],[732.75,581.049999,188.07],[700.5,584.56,190.92],[683.15,484.83,194.65],[625.02,575.11,197.74],[740.87,569.54,199.77],[749.71,570.38,203.04],[706.88,570.74,206.3],[736.78,582.889999,208.86],[723.04,590.99,212.07],[707.75,620.78,214.4],[728.36,631.259999,216.49],[676.3,639.529998,217.77],[652.52,548.159999,218.82],[607.84,615.460001,220.68],[657.61,639.219999,220.68],[695.1,637.479999,221.74],[709.49,627.63,223.01],[688.55,634.549999,223.77],[683.81,638.54,224.0],[640.2,636.229999,223.48],[673.14,639.019997,223.14],[673.33,652.509997,223.08],[632.95,570.339996,223.42],[525.53,650.07,222.9],[622.38,664.64,220.57],[704.78,660.019999,221.38],[686.23,664.060004,221.09],[666.74,633.879997,225.4],[658.87,623.119999,225.34],[650.46,640.88,237.29],[702.01,639.609998,237.63],[686.04,630.880001,239.85],[645.03,628.449997,239.96],[678.7,631.929998,239.79],[685.62,635.209998,239.74],[683.69,547.190003,240.25],[656.19,630.119999,242.12],[653.41,637.329996,242.65],[618.91,639.079998,242.47],[579.14,630.950001,241.01],[705.41,636.249998,240.66],[744.25,643.510001,241.94],[735.16,648.010001,243.98],[728.67,649.929996,245.5],[721.17,650.509996,247.01],[682.28,552.29,248.93],[686.56,637.11,251.38],[713.19,650.44,252.83],[643.08,655.19,253.89],[589.76,656.639995,253.36],[697.03,667.409997,252.78],[743.12,669.210003,253.59],[733.59,667.039998,255.16],[729.61,673.06,256.62],[712.56,673.799998,257.38],[716.15,586.990002,258.37],[628.15,672.689997,259.71],[616.51,672.970001,259.01],[578.7,673.540001,258.32],[587.2,661.909997,256.91],[673.79,672.199998,255.46],[690.02,664.15,255.05],[671.93,651.179997,254.41],[686.81,662.930001,253.88],[677.8,657.550002,253.36],[653.0,558.009999,253.53],[639.13,660.560001,254.52],[686.21,669.08,253.36],[699.35,665.769997,252.78],[668.87,667.759999,252.26],[573.23,653.870002,250.91],[642.05,675.56,249.11],[701.28,670.470002,251.08],[661.24,667.32,251.14],[649.11,666.289998,250.63],[703.74,710.310003,255.17],[640.54,704.750001,254.75],[676.92,706.000002,253.82],[677.65,705.14,252.72],[560.39,686.269999,251.2],[600.34,678.220002,248.7],[614.91,682.980001,246.66],[688.87,603.830002,245.91],[678.44,683.679997,246.2],[720.66,675.53,246.14],[676.55,664.930003,246.14],[708.59,674.38,246.26],[707.66,670.72,246.66],[622.35,673.710004,247.24],[627.58,684.419995,246.55],[698.07,687.170004,246.03],[691.94,677.520002,246.03],[706.59,603.86,246.72],[729.32,678.32,248.64],[709.03,676.710001,249.4],[670.9,678.319998,249.57],[717.46,682.520002,249.57],[704.16,677.77,249.92],[682.82,680.79,250.8],[608.94,671.69,250.68],[686.82,679.479995,250.28],[705.64,681.320001,250.5],[691.1,595.259999,251.38],[687.57,671.969998,253.42],[712.43,682.700003,253.89],[721.48,687.189995,255.98],[693.22,670.120001,257.44],[616.88,656.949998,257.44],[554.43,661.009997,255.64],[657.67,675.970002,253.94],[701.06,676.089999,253.42],[689.25,683.069995,253.36],[701.14,601.389999,253.94],[668.51,685.709998,254.81],[677.3,693.690002,253.71],[621.17,681.070001,253.01],[697.32,687.050004,252.43],[676.85,679.899995,251.79],[569.98,680.599998,250.1],[622.78,690.04,247.3],[609.63,680.83,245.96],[667.24,683.679995,250.57],[706.31,693.410002,250.39],[615.04,686.200004,249.63],[590.2,673.230001,256.1],[553.02,672.479997,254.29],[651.45,687.779998,252.6],[638.89,677.609997,250.92],[692.59,605.95,250.04],[668.99,682.96,251.27],[679.1,700.910003,251.21],[695.52,701.280003,250.63],[721.57,707.410002,250.33],[709.59,706.950001,250.86],[680.31,704.259998,250.8],[608.16,710.31,249.98],[704.85,710.87,249.11],[722.27,710.849996,249.11],[702.01,617.910003,250.39],[728.51,721.199999,251.73],[718.15,706.819999,251.97],[700.16,705.870001,252.37],[726.61,706.580001,252.9],[722.66,700.3,253.83],[702.42,698.509998,254.53],[552.57,684.880001,254.23],[695.61,695.039999,252.72],[725.06,691.960002,252.72],[733.41,616.739996,254.18],[698.46,699.220001,256.04],[668.19,707.959999,256.04],[653.01,699.700001,256.39],[691.57,696.929998,256.33],[691.03,701.139997,255.51],[652.26,696.960003,254.53],[595.04,694.770001,252.83],[635.45,701.410002,250.39],[645.52,697.870003,248.12],[688.2,617.459998,247.83],[701.79,615.100001,248.76],[687.14,696.860002,248.7],[636.6,692.120002,247.3],[695.93,703.749996,245.73],[673.0,669.529999,245.03],[746.43,669.109996,247.77],[674.59,667.850005,248.12],[650.51,570.89,247.83],[738.39,683.140002,255.92],[663.68,580.899998,256.85],[724.57,658.610001,260.46],[730.44,649.569998,261.75],[715.65,642.159997,262.39],[710.86,639.839997,262.39],[676.65,652.02,261.93],[726.32,647.64,261.81],[625.56,636.27,261.93],[658.21,548.240002,261.58],[661.73,636.180001,263.26],[673.28,630.169998,263.55],[706.23,633.860002,263.55],[704.17,628.160001,264.25],[719.82,632.750002,264.83],[659.3,626.539998,265.76],[686.17,629.359997,266.24],[714.99,634.720001,266.0],[626.64,628.289995,265.82],[665.88,538.069998,266.23],[669.84,553.990001,269.26],[744.88,624.209999,271.71],[716.73,630.150002,273.92],[725.19,627.179995,275.79],[712.4,625.720002,277.13],[729.58,627.419998,278.76],[702.18,623.999997,280.97],[665.59,614.160003,282.89],[622.73,616.390002,283.35],[686.52,532.169998,284.58],[725.44,628.350004,287.85],[724.9,631.699998,290.34],[700.76,637.710001,293.2],[728.35,637.989997,295.06],[682.75,623.35,296.87],[748.24,632.789998,298.62],[651.13,613.840001,300.36],[715.17,620.739994,300.36],[679.33,616.249998,300.89],[617.09,526.67,301.76],[684.31,524.0,303.68],[743.33,613.679999,305.84],[720.15,616.899999,307.06],[725.65,615.490005,307.58],[685.53,613.56,308.05],[722.92,605.389996,308.63],[721.51,613.420004,309.92],[677.48,596.500002,313.0],[662.88,509.46,314.1],[695.47,603.819996,315.45],[802.81,594.290001,316.61],[631.15,473.53,329.49],[624.82,568.740001,330.65],[644.07,608.290001,338.11],[752.01,621.819995,337.64],[705.22,615.82,338.51],[645.22,510.439999,339.74],[590.49,592.860003,340.2],[582.6,603.560003,338.46],[650.38,559.199995,337.63],[687.27,553.180002,338.22],[657.3,547.28,339.56],[636.64,528.329999,339.56],[655.31,515.160001,340.84],[707.18,520.27,342.29],[668.71,519.409998,344.69],[604.67,422.98,346.9],[591.64,427.29,349.0],[627.06,524.319998,350.74],[546.67,512.269998,352.2],[597.1,516.509999,351.5],[585.73,510.999999,351.45],[639.81,511.300001,351.33],[632.34,513.239999,351.27],[519.31,503.449998,350.63],[526.3,506.47,347.89],[542.45,488.210002,344.97],[554.21,483.109999,338.51],[586.36,479.68,336.07],[592.86,479.670001,334.5],[594.93,482.299999,333.1],[590.96,476.860001,331.46],[593.41,475.529998,330.01],[561.2,374.009997,329.54],[589.52,376.280001,329.54],[582.47,470.929998,329.19],[553.98,466.62,327.27],[529.15,443.13,321.74],[573.97,445.049998,319.93],[590.84,443.500001,318.71],[586.16,441.99,317.72],[559.17,441.269998,316.61],[587.08,333.429999,315.68],[550.28,435.989998,316.56],[538.83,451.680001,314.34],[614.71,454.23,315.51],[561.32,449.99,315.74],[542.97,451.77,313.82],[580.03,450.789999,310.91],[582.83,447.889999,309.63],[570.6,339.14,309.04],[584.3,442.679999,309.33],[545.68,438.119999,308.17],[579.06,440.439997,306.89],[553.69,431.94,305.43],[525.34,427.45,303.92],[558.15,432.930001,298.74],[586.28,436.299999,297.22],[580.34,435.57,296.0],[561.97,339.09,295.7],[579.11,340.660002,296.22],[573.77,432.379997,296.34],[1302.53,437.620001,294.83],[1261.15,426.649998,293.61],[1301.45,428.24,292.45],[563.88,431.45,291.1],[572.94,437.239999,284.52],[590.92,338.990001,283.59],[1079.85,399.239999,284.41],[1263.55,440.179998,283.71],[1578.64,430.019997,283.71],[1550.35,430.559999,283.13],[713.69,428.940001,281.66],[549.85,432.599998,280.21],[653.89,432.049999,278.76],[658.38,429.649999,276.3],[543.61,438.26,273.57],[577.82,336.069999,273.04],[577.61,335.250001,273.33],[583.44,433.579999,273.57],[565.98,431.909998,272.29],[575.36,437.980002,270.48],[541.84,434.299998,269.03],[563.8,434.959999,267.4],[575.57,428.269999,260.88],[580.83,328.359999,260.0],[596.49,434.230002,260.58],[572.45,429.129999,259.59],[607.33,428.509999,257.15],[599.36,424.570001,256.39],[577.27,420.45,255.57],[536.33,420.719998,253.76],[543.32,410.179998,256.22],[598.14,456.459999,254.58],[596.81,471.899998,252.61],[605.44,474.839998,250.74],[578.67,475.459998,248.7],[558.03,469.109998,246.66],[590.66,473.120001,244.51],[564.97,473.410001,242.12],[550.33,472.090001,239.97],[541.84,383.69,235.71],[586.74,476.320001,234.32],[589.39,482.369999,232.05],[559.04,467.949999,230.06],[576.97,456.26,228.09],[545.27,450.919999,226.28],[580.75,446.189999,224.3],[582.7,446.559999,222.67],[560.29,444.309999,220.92],[504.1,349.799998,219.52],[550.08,448.419998,215.39],[578.1,440.429998,214.57],[579.88,438.860001,213.93],[583.47,438.240001,212.41],[554.73,430.59,210.84],[582.46,434.099999,209.09],[585.03,438.469998,207.35],[590.75,437.480001,206.01],[576.2,336.750001,205.37],[566.02,446.930001,205.55],[535.77,428.009998,200.18],[529.07,428.329998,198.09],[589.54,420.840001,196.28],[596.13,423.99,195.24],[581.97,419.849998,194.13],[573.1,420.51,192.9],[567.11,417.82,191.85],[582.77,323.42,190.86],[599.45,404.589999,191.56],[585.42,414.179999,190.69],[504.51,412.729999,188.88],[545.37,421.29,186.03],[545.61,412.629999,184.4],[585.9,348.869999,189.18],[626.42,442.889999,198.32],[600.12,434.779999,200.53],[589.73,485.309999,235.13],[562.14,482.51,236.0],[689.24,495.719999,237.69],[717.68,505.65,240.26],[709.01,433.059999,245.03],[718.84,722.929999,249.17],[656.86,505.89,249.69],[672.44,514.729999,251.79],[672.02,518.409999,253.94],[659.02,516.269999,256.1],[539.56,509.84,257.09],[531.46,504.499999,255.17],[595.17,506.42,254.47],[631.76,503.89,255.52],[600.97,412.799999,257.56],[605.32,493.24,260.41],[620.81,527.489999,262.62],[595.61,526.09,265.25],[628.36,527.189999,266.93],[617.6,527.14,268.1],[625.78,523.16,268.44],[543.96,533.7,268.85],[581.54,537.55,268.85],[607.9,541.5,269.9],[636.17,455.16,272.4],[655.0,548.2,275.96],[633.08,540.63,277.41],[606.26,542.62,277.65],[627.2,549.89,278.99],[606.16,562.35,280.56],[645.08,565.64,282.37],[605.22,565.389999,283.35],[594.4,566.14,283.7],[531.19,564.81,283.54],[550.5,478.96,283.71],[633.39,591.369999,286.33],[644.15,595.739999,287.32],[721.49,594.56,289.12],[682.83,593.39,289.99],[710.14,604.239999,289.13],[705.79,604.13,289.47],[627.09,614.2,292.09],[666.43,521.78,291.05],[608.23,633.33,295.82],[578.9,632.2,293.78],[866.45,645.189999,291.63],[853.1,646.569999,290.75],[813.6,643.379999,289.36],[660.5,595.75,287.14],[812.49,636.18,284.76],[837.71,634.639999,283.12],[823.93,557.21,282.6],[733.41,640.949999,281.96],[768.57,638.34,278.99],[774.88,640.79,276.6],[843.75,646.58,274.8],[873.34,648.189999,273.51],[806.81,649.01,272.64],[837.04,650.049999,271.65],[804.49,637.439999,270.2],[764.7,636.01,267.92],[853.25,559.829999,266.64],[898.57,664.54,266.7],[865.84,658.579999,265.99],[799.66,655.969999,265.65],[795.26,642.139998,263.73],[808.05,647.509998,261.57],[866.57,650.22,259.83],[857.6,648.069999,258.6],[882.88,657.55,258.08],[894.29,654.499999,257.15],[900.48,566.739999,257.21],[832.59,659.45,257.73],[745.34,634.109999,255.86],[743.61,632.899999,253.24],[872.98,651.18,251.44],[901.0,645.65,250.86],[885.33,649.8,250.74],[900.08,649.57,250.57],[794.33,633.579999,249.75],[888.06,642.06,248.58],[907.25,555.0,248.36],[886.23,635.909999,249.81],[934.78,650.82,249.93],[896.91,646.649999,249.93],[717.73,627.509999,248.41],[857.98,638.749999,246.02],[541.09,657.029999,246.2],[545.43,664.56,248.64],[544.27,659.389999,251.15],[511.0,652.35,253.47],[531.54,669.599999,259.01],[546.88,678.93,260.7],[517.65,680.9,264.48],[978.32,663.819999,267.45],[1012.62,666.0,267.45],[1033.64,663.999999,268.79],[515.63,662.429999,270.78],[516.49,665.71,273.22],[541.09,662.83,279.57],[532.99,658.8,281.37],[1027.63,655.5,283.53],[1006.72,657.9,284.98],[882.08,647.459999,285.86],[906.23,649.709999,285.34],[872.55,643.179999,284.93],[1010.38,654.489999,285.33],[1021.79,649.41,286.97],[1045.89,575.969999,289.88],[1025.29,646.64,293.32],[924.36,634.139999,294.78],[883.11,632.84,294.37],[867.17,639.029999,294.19],[793.97,628.579999,293.03],[870.48,638.18,291.8],[822.69,626.479999,290.64],[881.74,637.52,289.76],[846.7,545.649999,289.88],[907.91,631.83,291.57],[909.15,645.889999,291.69],[928.48,650.31,292.74],[788.32,633.849999,293.2],[855.82,641.249999,292.04],[813.62,630.579999,290.52],[871.83,640.67,289.12],[852.48,640.73,288.54],[866.0,644.409999,288.02],[821.1,555.76,287.6],[879.68,648.779999,288.19],[891.25,646.05,288.13],[931.16,651.76,288.07],[903.6,649.78,287.95],[854.25,645.699999,287.79],[772.11,644.070001,286.38],[818.86,653.75,283.94],[940.31,566.709999,284.23],[921.22,639.850001,286.27],[900.43,652.040001,286.38],[781.37,650.829998,285.16],[888.81,659.409999,284.0],[854.95,657.599999,283.24],[839.54,661.049998,281.55],[932.92,664.309999,280.68],[908.92,576.03,280.15],[908.79,672.319999,281.9],[906.17,664.130001,283.53],[793.22,656.04,282.48],[909.85,664.27,281.26],[871.87,641.22,287.55],[978.48,637.88,287.26],[1005.21,635.010001,289.47],[984.3,563.849999,291.92],[1009.01,627.840001,295.06],[886.82,628.050001,296.17],[917.2,634.14,296.75],[966.91,636.51,297.22],[972.69,641.210001,298.5],[919.38,636.57,299.61],[813.1,623.710001,299.78],[841.37,621.460001,299.26],[964.41,632.399998,299.09],[967.37,554.329999,300.83],[971.12,615.529998,303.68],[993.56,646.36,305.49],[963.62,638.95,307.71],[838.28,625.480001,308.64],[879.73,629.630001,308.58],[928.17,633.59,308.81],[856.45,630.520001,309.21],[771.65,618.46,308.63],[758.6,608.819998,306.6],[804.76,533.28,305.78],[916.33,632.000001,306.71],[885.56,629.15,306.89],[885.1,625.949999,306.89],[848.81,617.270001,306.37],[894.65,622.389998,305.78],[876.3,619.13,305.25],[856.8,616.599999,304.79],[819.12,611.649999,303.22],[798.66,609.030001,301.87],[847.83,528.6,300.3],[869.96,535.509998,300.59],[907.07,635.929998,301.29],[848.96,640.560001,300.65],[877.38,635.849999,299.14],[826.62,633.310001,297.8],[905.19,631.66,296.87],[817.68,625.579999,295.93],[787.77,613.96,294.25],[827.4,625.389999,292.15],[907.93,550.88,291.57],[931.84,652.64,292.5],[879.01,650.14,292.91],[844.42,640.28,292.38],[877.66,646.180001,289.77],[807.26,553.419998,289.12],[925.9,555.44,288.83],[835.45,641.570001,293.67],[823.52,646.899998,291.74],[906.53,652.529998,290.23],[933.04,652.0,289.64],[839.78,650.229998,288.83],[927.99,656.759998,287.84],[923.4,649.140001,287.66],[912.73,644.52,287.54],[874.59,549.289998,287.73],[884.52,559.44,288.43],[928.43,657.41,289.82],[905.61,655.31,290.35],[964.25,655.86,290.86],[973.03,658.71,291.33],[1025.98,657.809998,292.32],[911.71,656.889999,293.43],[986.11,653.280001,293.61],[931.97,647.619999,294.13],[1007.54,577.01,295.94],[1014.74,668.899999,298.61],[950.32,658.95,299.55],[813.62,646.939998,299.2],[941.74,654.92,298.09],[933.69,655.919999,298.38],[1015.13,671.169999,299.38],[988.66,660.119998,300.65],[976.74,663.58,301.88],[807.65,643.1,302.06],[905.24,568.689999,301.59],[903.36,572.629999,302.93],[865.35,580.300001,304.27],[810.27,652.619998,303.05],[807.6,650.0,301.07],[883.56,659.879998,299.84],[901.29,659.84,299.38],[910.49,655.75,299.2],[861.01,651.709998,298.73],[913.36,631.329998,298.44],[843.84,542.290001,298.97],[899.77,638.199998,300.36],[865.95,636.54,300.83],[848.48,630.870001,300.89],[944.26,631.459998,301.07],[872.04,630.729998,301.12],[972.6,637.509998,305.96],[921.18,542.739998,307.82],[852.3,539.57,311.55],[958.05,635.24,311.89],[908.45,671.189999,324.53],[849.51,657.28,323.61],[867.63,666.2,321.97],[859.16,660.349998,320.92],[907.0,675.549999,319.7],[892.18,673.23,319.47],[912.39,590.979998,319.47],[936.95,589.030001,320.69],[933.02,659.970001,322.15],[885.31,673.910001,322.9],[857.3,664.729999,322.26],[918.05,674.539998,320.57],[986.19,678.28,320.86],[1003.64,694.43,321.57],[917.18,675.31,321.79],[981.58,679.780001,321.79],[954.24,594.459998,322.96],[998.73,687.69,324.88],[1002.17,681.010001,325.65],[944.12,677.829998,326.17],[890.84,674.229998,325.64],[944.69,675.700001,324.59],[995.62,680.099998,324.59],[1007.46,685.870001,325.35],[945.92,686.439999,325.93],[985.38,682.129999,325.93],[994.76,606.759997,326.98],[996.26,594.860001,329.02],[920.19,598.48,330.6],[918.16,686.299999,330.71],[822.5,678.180001,329.42],[789.24,668.439998,326.51],[849.01,689.670001,324.53],[930.69,685.489998,323.37],[923.91,676.56,323.02],[925.42,679.619999,322.38],[830.08,588.060001,321.74],[879.64,678.77,321.27],[853.62,684.47,320.4],[902.69,689.719999,320.35],[840.58,677.12,320.35],[795.15,680.680001,318.42],[796.84,678.600001,315.97],[911.03,689.06,313.88],[825.71,681.910001,317.14],[913.73,700.179997,314.86],[923.63,756.609998,310.96],[856.83,721.039998,309.04],[814.48,717.660001,305.78],[849.13,734.84,303.27],[926.42,663.939999,302.05],[925.25,654.730001,302.11],[907.91,661.640001,302.11],[829.63,738.810001,301.99],[905.46,742.439999,299.6],[851.05,727.560001,298.03],[916.84,745.65,296.52],[852.98,728.970001,294.36],[744.94,721.609998,291.75],[883.69,745.769999,288.71],[918.21,668.46,287.55],[931.42,753.800001,287.49],[897.64,745.639999,285.92],[839.99,741.330001,283.48],[917.68,756.030001,281.02],[941.85,755.739999,279.28],[925.94,758.929997,277.77],[826.24,738.5,275.79],[805.64,735.050002,272.29],[835.99,748.41,269.38],[973.2,668.749999,268.56],[986.27,662.28,269.73],[912.74,719.47,270.6],[967.23,755.45,270.31],[984.19,762.720002,269.49],[1002.64,763.23,268.73],[968.35,754.26,268.33],[1017.22,758.549999,267.98],[945.38,753.849998,266.52],[917.13,756.889998,264.37],[1006.11,673.830001,263.97],[998.2,769.289998,265.3],[951.18,766.959999,265.24],[935.39,762.78,265.07],[889.02,752.219999,264.2],[918.72,757.759999,261.98],[900.58,748.369999,260.64],[907.32,748.279999,259.48],[834.48,737.220001,257.79],[780.98,736.519998,254.58],[849.96,745.22,253.12],[947.36,756.159999,249.81],[939.26,748.099999,248.76],[860.42,711.8,247.25],[907.88,719.929999,246.14],[982.14,729.279996,245.38],[891.78,721.639999,244.63],[826.93,713.42,242.29],[892.85,634.049997,240.31],[961.59,632.689996,240.37],[956.32,720.370003,241.36],[955.87,733.720002,242.12],[922.83,723.939997,242.12],[867.82,723.5,240.6],[925.96,726.670003,238.39],[933.36,731.95,237.52],[900.64,733.230003,236.18],[842.36,720.280002,234.02],[915.6,644.450001,232.92],[909.6,736.2,232.92],[881.35,734.480001,231.58],[930.15,732.149997,230.47],[948.23,735.009998,229.59],[996.69,738.679999,229.25],[951.0,737.760002,228.6],[991.06,744.41,227.56],[912.8,740.07,226.97],[889.9,739.819997,225.63],[939.17,675.100003,224.41],[920.14,694.64,224.41],[964.91,704.490002,224.18],[991.52,792.52,223.42],[1028.92,789.930001,222.72],[1026.44,779.849997,222.37],[959.34,776.399995,221.5],[946.31,755.900001,220.34],[945.85,753.95,218.88],[974.6,756.53,217.95],[828.61,659.69,217.19],[924.47,756.140003,216.09],[927.7,765.749996,214.33],[931.22,762.959998,213.99],[913.42,755.25,213.0],[860.33,751.690002,210.49],[920.6,755.440002,207.99],[883.7,755.059999,202.86],[916.38,657.9,200.71],[908.57,741.339996,196.16],[859.27,650.1,195.06],[936.39,741.479999,191.15],[918.2,737.919997,189.81],[858.81,724.929997,187.95],[874.29,724.999998,185.74],[943.7,743.169999,184.28],[879.19,733.669997,182.82],[802.41,640.759998,180.96],[787.12,636.489995,179.28],[894.5,656.930004,178.17],[927.15,738.290002,177.94],[924.43,724.280001,177.47],[845.65,713.369997,176.01],[875.09,711.869996,174.09],[938.56,715.219997,172.52],[947.34,717.330002,171.59],[916.32,711.699998,170.42],[744.04,599.829999,169.31],[808.19,688.240002,167.63],[886.93,687.979999,166.11],[845.3,677.070001,164.25],[888.97,679.8,162.91],[875.73,672.349999,161.8],[937.67,669.609999,162.03],[944.41,673.9,162.61],[942.37,588.579997,163.02],[906.54,682.019999,164.07],[989.68,687.099998,163.78],[998.12,686.599998,164.36],[1035.68,689.61,165.24],[921.8,677.829998,166.23],[1006.87,686.01,166.46],[1010.33,697.009997,166.99],[1021.17,694.23,167.98],[923.13,682.739997,168.68],[989.46,618.54,169.14],[547.16,707.579998,171.17],[1020.77,703.799997,172.52],[940.31,692.329999,174.26],[1020.45,686.42,174.67],[818.68,662.259998,179.97],[917.33,672.710001,178.64],[930.91,672.239999,178.46],[849.81,653.11,183.29],[862.02,647.91,183.06],[816.21,638.609999,181.77],[838.56,656.19,180.84],[802.34,645.219998,178.81],[910.42,652.210001,177.82],[940.07,659.169999,177.53],[962.69,665.059999,177.53],[913.25,663.3,177.59],[903.78,562.819999,177.47],[849.39,664.04,178.75],[941.05,664.93,178.58],[828.85,662.249998,178.92],[856.32,649.18,178.69],[790.54,647.65,177.7],[905.84,651.96,176.37],[943.62,659.119999,176.25],[913.93,658.269998,176.25],[876.84,657.369999,175.84],[934.34,574.989999,176.13],[951.48,664.489999,177.41],[930.0,661.719998,177.47],[919.8,668.52,177.41],[734.09,640.29,175.84],[855.62,664.090001,173.86],[887.97,658.179998,173.04],[934.8,664.949999,172.86],[930.44,670.819999,172.86],[951.86,669.19,172.86],[904.93,572.74,172.92],[853.49,647.859999,173.8],[903.98,668.1,173.8],[925.11,661.310001,173.45],[920.89,669.3,172.69],[951.69,662.72,172.28],[988.15,666.100001,172.28],[917.2,661.509999,172.86],[1001.76,669.68,173.57],[927.81,663.309999,174.44],[979.57,595.03,175.9],[1008.37,693.419998,177.88],[920.68,675.309999,178.23],[967.4,684.590002,179.28],[551.22,679.96,180.5],[1035.19,678.969999,182.36],[532.12,675.15,184.28],[1031.8,677.219999,186.08],[887.03,665.470001,190.52],[862.63,659.7,189.87],[931.92,656.569999,194.3],[920.4,663.13,194.3],[800.87,651.38,193.25],[834.07,662.12,191.33],[788.15,640.939999,189.65],[902.43,658.76,188.76],[932.99,657.889997,188.18],[928.67,657.249998,188.18],[868.98,573.089998,188.06],[793.66,648.829999,188.06],[878.37,683.470001,187.13],[919.53,706.499999,187.02],[839.48,689.770001,186.03],[851.55,681.690001,184.22],[940.28,700.139999,183.12],[918.18,710.269997,182.37],[878.25,706.089997,181.08],[924.99,713.460002,179.92],[916.6,635.059995,179.68],[924.54,723.799997,180.38],[906.7,714.510001,179.39],[812.93,701.299999,177.65],[816.92,708.270001,175.31],[843.32,709.060001,172.93],[934.62,723.159998,171.59],[947.26,720.719997,170.83],[997.66,724.680004,170.6],[927.23,714.200003,170.48],[882.5,621.179997,170.13],[974.22,718.21,170.65],[972.47,711.929995,170.48],[898.26,702.020001,169.9],[939.7,709.460003,168.62],[932.16,703.489998,168.2],[921.57,700.579996,167.92],[1000.03,717.690002,167.11],[986.32,712.569997,166.99],[987.05,700.010002,167.11],[969.67,619.649997,167.91],[976.81,703.280001,169.49],[931.31,701.339999,169.55],[924.52,696.769998,170.36],[936.86,673.659999,170.77],[949.2,674.670001,170.77],[903.87,657.749998,174.44],[905.5,661.22,172.69],[855.91,552.259999,175.25],[772.82,631.85,175.72],[866.74,644.119999,174.62],[849.2,640.719999,174.09],[893.23,647.99,173.1],[810.31,636.289999,172.11],[858.86,643.06,170.31],[828.03,658.439998,169.49],[885.66,672.529999,167.92],[880.89,679.499999,166.75],[884.3,535.650001,166.52],[903.87,622.699999,168.15],[915.59,630.550001,168.79],[887.38,627.739998,169.6],[795.61,620.459998,169.49],[835.84,607.610001,168.09],[917.65,615.29,167.74],[932.38,612.289998,167.74],[905.91,617.29,168.15],[889.38,615.009999,168.61],[892.67,532.01,169.02],[856.86,619.879998,170.71],[942.85,609.739998,171.18],[923.8,609.429999,171.93],[863.82,606.909999,172.64],[900.17,607.72,172.52],[911.4,603.47,172.76],[836.11,607.319999,172.76],[907.8,600.859999,172.46],[904.15,603.749998,172.64],[859.48,508.080001,173.16],[915.09,577.17,175.13],[889.88,607.019999,175.95],[871.35,604.26,176.19],[956.79,612.22,176.94],[1018.38,611.209998,178.86],[980.62,610.999999,180.79],[898.74,595.189999,182.18],[981.08,603.05,182.36],[977.51,606.360001,183.52],[967.61,523.119999,186.26],[989.53,634.999999,189.29],[927.15,637.2,191.16],[919.14,629.01,193.2],[508.1,624.789999,195.69],[528.07,637.729998,198.37],[530.67,636.95,201.0],[969.58,633.17,202.92],[1040.0,625.019998,203.97],[519.55,618.98,206.18],[937.4,632.689999,216.32],[928.14,638.89,219.93],[895.86,541.330001,221.03],[815.3,631.959999,222.09],[918.8,621.04,221.97],[946.76,613.559999,222.31],[907.19,618.550001,223.19],[847.71,616.999999,223.72],[880.93,614.859999,223.13],[925.09,610.469998,223.01],[927.54,616.39,223.31],[835.75,605.53,223.48],[826.5,514.64,223.37],[901.07,600.240001,224.59],[915.72,617.289999,225.17],[892.61,620.000001,226.63],[859.62,624.14,227.56],[945.74,615.120001,228.09],[980.64,614.86,228.9],[911.57,614.260001,230.36],[934.64,608.9,231.4],[890.35,620.490001,231.75],[901.91,526.819998,233.26],[842.78,620.200001,234.78],[951.47,621.110001,234.78],[943.3,622.600001,235.53],[870.58,634.55,236.47],[955.21,664.57,236.58],[986.9,676.9,236.64],[981.83,670.369999,237.05],[886.91,640.42,237.16],[952.21,616.550002,237.29],[891.19,537.159999,238.97],[957.15,623.269997,241.19],[875.69,619.060001,241.54],[925.34,642.930001,241.54],[842.97,640.939998,241.54],[961.14,653.070001,241.25],[953.6,644.64,241.83],[968.81,645.899999,242.99],[932.25,632.349998,244.22],[964.65,646.740001,244.45],[933.85,553.430002,245.79],[984.64,665.599999,250.63],[914.48,673.58,252.96],[963.17,655.609998,254.0],[904.0,650.369996,254.94],[514.18,693.550001,257.26],[985.76,696.2,262.62],[949.7,689.380003,263.09],[1036.6,693.549999,263.62],[551.22,698.339998,264.95],[948.37,698.679999,266.75],[918.74,690.320002,266.75],[967.02,692.53,267.04],[884.55,610.989997,267.86],[972.27,710.339997,268.51],[989.23,707.779997,268.51],[992.95,713.110002,268.51],[875.68,699.370003,268.1],[907.95,697.259999,266.69],[937.09,699.620002,266.47],[937.08,701.399998,266.23],[998.0,708.680003,266.11],[1023.33,715.640002,266.4],[994.28,627.370002,267.4],[828.3,693.179996,267.98],[824.7,690.899996,266.35],[935.69,669.870003,266.17],[911.84,672.389998,266.58],[915.58,672.490002,266.41],[740.46,656.700003,264.9],[886.49,677.200001,262.62],[936.69,679.6,261.57],[921.5,678.870004,261.28],[845.03,589.719997,261.28],[912.59,684.400001,261.51],[890.88,682.879998,260.99],[907.72,687.289999,260.3],[922.0,688.319998,259.77],[817.6,680.169997,258.83],[856.01,677.700003,256.97],[821.09,671.979997,255.57],[923.65,676.56,254.46],[917.39,675.040002,254.0],[888.34,581.599998,254.17],[885.58,655.129998,255.05],[831.35,669.729996,254.23],[918.92,682.54,253.42],[950.93,684.940001,252.78],[916.52,680.569997,252.72],[844.58,680.869998,252.43],[830.48,678.65,250.74],[866.8,678.949999,249.05],[879.04,675.630003,247.42],[886.16,590.910001,247.71],[957.89,686.390002,249.05],[941.39,733.59,251.32],[1000.69,743.470001,250.68],[1005.49,748.569997,250.51],[514.62,747.559996,250.45],[521.74,748.22,250.45],[954.35,744.780002,249.87],[512.97,758.080002,250.1],[503.58,742.879996,250.16],[531.59,735.330004,250.86],[566.2,705.789996,252.9],[565.97,705.319996,254.7],[518.58,703.72,256.97],[970.46,693.7,258.49],[938.86,698.639996,258.72],[973.81,617.380002,258.84],[973.07,700.25,260.82],[995.95,697.829998,261.69],[1017.9,703.810002,261.92],[977.76,701.470003,263.21],[1000.54,698.740002,264.19],[977.2,703.870001,264.72],[933.18,700.180002,264.72],[1006.55,703.889998,264.95],[928.4,706.670001,265.24],[849.45,600.249996,264.95],[903.44,671.000002,265.3],[861.13,698.319997,264.43],[916.28,695.520001,264.37],[937.27,691.989999,264.49],[922.63,693.709996,264.25],[892.11,686.929997,263.67],[839.91,680.909998,261.92],[897.72,710.830003,260.93],[943.19,712.720001,259.94],[905.07,619.119997,259.88],[865.54,736.940001,260.17],[843.44,740.239997,257.79],[899.74,755.900003,255.22],[881.06,756.050003,252.66],[933.02,772.159997,250.5],[962.92,779.240001,248.76],[964.81,779.150002,246.95],[925.66,776.319998,245.03],[813.56,719.05,242.7],[890.54,636.239996,240.9],[913.69,721.62,240.84],[956.79,734.219998,240.08],[902.07,729.030001,238.74],[869.22,711.889998,237.4],[832.38,716.360003,235.07],[828.38,716.310002,232.8],[920.44,648.879999,231.05],[877.48,745.270002,231.11],[931.21,751.64,229.89],[894.1,736.67,229.77],[909.7,737.810001,228.43],[959.88,657.32,224.77],[879.66,744.990003,223.65],[787.86,733.229998,221.5],[848.62,732.98,218.82],[867.46,754.169998,216.03],[890.88,761.740003,213.52],[867.1,751.299999,211.31],[845.88,748.299999,208.33],[838.98,683.359999,206.76],[885.6,755.840002,205.89],[941.67,754.31,203.91],[904.87,741.529999,202.52],[941.42,735.739999,201.18],[901.17,732.269997,200.47],[869.32,724.810002,199.42],[893.51,722.480002,197.22],[966.69,720.469998,196.23],[888.88,707.129999,195.41],[965.05,630.279998,195.05],[997.03,723.400002,196.69],[976.65,715.669999,197.27],[924.66,702.100004,198.49],[904.53,708.779997,198.26],[980.36,705.709999,197.85],[982.04,699.530002,197.74],[871.67,691.079999,197.56],[864.77,685.899996,196.11],[840.22,688.099997,194.83],[874.66,602.210001,193.71],[882.29,702.549997,193.95],[903.71,697.18,192.96],[897.41,697.840002,191.8],[811.07,686.910002,190.28],[821.0,694.33,188.07],[851.12,692.269998,186.61],[905.29,695.330001,185.33],[861.17,688.420001,184.57],[787.11,676.369999,183.18],[675.35,574.190002,180.73],[830.46,662.990003,179.68],[880.35,680.8,178.29],[894.44,676.629998,177.64],[865.74,659.520003,176.88],[801.59,648.599997,175.66],[846.59,645.039997,174.67],[912.56,657.399999,173.92],[944.27,578.479998,176.25],[825.33,655.649999,177.81],[830.47,662.899997,177.12],[930.69,660.349997,177.12],[893.17,654.830001,191.56],[816.17,646.030002,190.46],[902.24,644.100001,189.53],[937.81,640.89,189.35],[903.21,643.939995,189.94],[846.06,643.730003,190.17],[883.16,637.48,189.47],[873.7,640.789999,189.05],[925.41,561.579997,189.64],[903.91,647.889999,191.62],[870.52,640.679998,192.03],[831.17,645.669999,191.33],[881.31,649.909996,190.4],[983.31,650.049998,190.52],[983.07,655.279999,191.91],[980.85,659.490002,193.25],[948.58,646.83,194.24],[894.44,645.909999,194.42],[929.9,567.879997,195.4],[983.68,643.78,197.45],[993.48,660.779999,199.25],[989.2,660.469999,201.58],[901.9,646.3,202.98],[873.1,642.829999,202.74],[929.1,642.649998,202.28],[943.07,638.62,203.33],[1008.75,633.03,204.96],[1002.36,636.59,206.88],[799.05,543.330002,207.87],[824.97,632.689999,208.34],[852.04,637.480001,208.34],[909.63,641.399997,208.28],[875.31,639.940001,208.16],[814.92,640.68,207.29],[795.92,633.49,205.36],[788.53,639.130001,203.73],[841.86,640.889998,203.27],[914.06,643.079998,203.15],[888.76,557.67,203.85],[860.55,633.7,205.42],[783.41,633.149998,204.5],[820.45,625.87,203.79],[877.75,621.44,203.21],[859.64,622.479999,203.16],[858.84,623.54,202.69],[932.6,628.060002,202.75],[918.5,616.999999,203.79],[844.42,615.78,213.29],[871.58,632.689998,212.82],[870.37,637.79,221.56],[795.59,620.879998,220.8],[862.8,637.999998,219.35],[836.27,630.760001,219.12],[904.53,636.95,218.18],[890.4,551.119998,218.88],[906.37,631.330001,220.4],[849.76,621.599997,220.69],[831.17,624.719998,220.51],[914.57,627.520001,219.75],[995.09,644.679999,219.93],[1010.2,639.399999,221.39],[985.35,631.309999,222.9],[853.67,623.409997,223.66],[874.1,637.989998,222.61],[922.43,554.819997,223.13],[999.83,651.949999,225.52],[987.14,643.26,227.38],[928.09,640.659999,229.42],[944.45,645.360001,230.3],[921.57,643.859998,231.28],[980.74,649.649998,232.4],[944.34,651.640001,233.73],[925.69,610.57,234.2],[1017.22,621.839999,235.71],[1007.65,536.740001,238.51],[971.73,644.429998,242.17],[844.81,616.56,243.11],[945.83,618.320001,243.46],[934.77,637.869999,244.15],[973.64,636.37,245.32],[909.61,616.28,246.37],[838.91,618.159998,246.37],[823.82,616.129998,245.91],[949.58,621.530001,245.62],[953.96,536.649998,246.84],[874.15,525.96,249.69],[910.51,625.379999,250.28],[954.16,631.6,251.09],[974.02,628.899999,251.9],[977.67,629.249998,253.07],[845.71,622.619997,253.65],[883.39,628.239998,253.53],[812.32,621.490001,253.24],[947.72,634.1,252.84],[938.9,632.149999,263.91],[500.49,639.920001,264.89],[896.76,638.140001,267.46],[953.43,665.239999,280.1],[853.24,665.400003,279.92],[828.16,663.99,278.64],[903.83,674.24,277.24],[943.82,583.410002,277.53],[976.32,665.589996,279.69],[964.32,671.060001,280.21],[922.19,673.590001,280.62],[905.08,668.749999,280.03],[978.3,670.159998,279.92],[898.55,702.849998,279.57],[952.39,718.439996,278.87],[870.4,712.699996,277.94],[858.12,707.9,275.9],[963.36,635.179999,275.38],[992.29,638.569996,276.95],[997.35,738.330004,277.7],[961.63,735.369999,278.75],[926.39,720.099998,278.69],[984.48,719.879997,278.05],[971.59,725.020001,277.88],[988.86,720.48,277.94],[895.93,704.300001,278.17],[878.53,706.509998,276.89],[943.02,629.630001,276.83],[921.2,714.389997,277.3],[988.11,721.44,277.3],[997.86,718.469998,277.3],[986.41,724.579997,277.41],[1002.73,723.100003,277.41],[959.76,726.710003,276.89],[917.42,727.009995,276.25],[843.53,706.989998,274.62],[799.6,701.009999,271.88],[797.75,626.690001,269.67],[883.69,624.920001,269.09],[935.47,714.59,268.79],[947.8,721.250003,267.98],[927.65,715.879998,267.28],[812.02,704.179998,265.71],[908.35,715.369998,264.08],[898.83,717.13,262.97],[854.65,716.84,261.52],[741.36,706.739999,258.61],[937.88,641.059998,256.91],[962.65,730.569999,259.42],[910.29,727.57,258.37],[891.04,737.210004,256.91],[853.82,656.47,254.88],[960.52,644.490002,254.4],[880.78,741.38,252.89],[876.7,740.469995,250.98],[950.57,748.090003,249.4],[900.48,745.199997,248.06],[893.75,655.43,247.18],[727.07,715.230002,245.55],[867.08,736.229999,242.18],[862.77,735.909998,240.08],[943.23,753.549999,238.74],[938.58,756.62,237.75],[848.38,741.66,236.18],[894.57,748.779998,233.79],[923.86,758.209998,231.87],[957.62,755.79,231.0],[950.75,668.739998,230.71],[832.38,656.650002,230.35],[907.6,768.139997,228.38],[973.93,760.619998,228.08],[1013.65,757.469995,228.31],[973.14,759.1,228.25],[976.9,748.620003,227.21],[962.45,752.709997,226.51],[992.53,761.230003,225.93],[1015.5,759.009999,225.52],[958.41,671.819999,225.69],[836.63,752.230001,225.69],[875.62,745.650004,223.25],[999.37,764.759997,221.79],[929.47,755.610001,220.62],[923.45,751.650003,219.23],[914.85,753.079997,217.72],[882.96,742.559999,215.85],[896.71,740.679998,213.7],[818.02,739.180002,211.48],[912.46,664.059998,209.97],[873.62,664.96,209.79],[824.27,740.069998,209.04],[774.32,726.059997,205.72],[886.81,747.729996,202.46],[883.13,743.349998,195.93],[942.41,752.039999,195.0],[845.27,621.240001,192.38],[906.97,629.979998,192.9],[840.22,708.959999,192.44],[839.61,702.739996,190.16],[879.65,713.180001,188.3],[841.43,704.05,186.26],[894.69,713.039998,184.75],[913.57,704.68,183.64],[898.3,702.179997,182.65],[877.23,695.729998,181.66],[891.3,599.98,181.55],[809.96,677.979998,181.72],[862.51,679.580002,180.21],[953.5,690.539999,179.21],[968.18,690.459998,179.62],[988.81,692.779998,180.09],[928.6,683.080001,180.56],[972.29,683.270002,180.38],[993.97,682.21,180.96],[999.4,687.900003,181.66],[962.89,605.789996,183.06],[997.59,614.230003,185.16],[961.97,704.470001,186.85],[925.03,690.789998,187.66],[910.26,683.629996,187.43],[1012.85,687.14,187.49],[996.69,678.459997,188.47],[947.26,667.310002,189.64],[822.88,658.040003,189.12],[872.14,673.400003,188.19],[906.56,582.469999,187.96],[896.5,661.78,189.23],[900.09,668.129998,189.05],[731.91,650.170001,187.31],[840.14,663.210002,184.98],[878.99,705.46,183.82],[907.16,718.879999,182.83],[882.56,708.329998,181.43],[804.63,693.41,179.39],[897.51,715.710003,177.7],[880.96,589.019996,176.83],[949.54,595.249997,178.11],[980.66,683.369998,179.04],[979.48,688.190002,179.27],[820.16,687.539996,179.21],[858.19,646.99,177.24],[974.55,644.299997,177.12],[958.94,658.379996,185.92],[924.08,640.83,189.52],[940.82,647.049999,189.88],[964.22,641.630002,190.52],[954.23,639.619998,206.59],[934.15,628.39,207.7],[874.17,612.450001,208.1],[837.43,617.759997,208.1],[940.6,623.070002,208.04],[943.58,629.249997,208.92],[884.23,529.329999,210.32],[930.34,609.840002,212.82],[978.52,611.980002,214.22],[957.12,613.519999,215.91],[1027.82,619.74,218.12],[1017.54,620.289998,220.86],[891.86,600.639999,223.43],[956.85,594.689998,225.46],[964.01,597.579998,227.15],[981.18,605.62,229.31],[924.34,496.539999,232.16],[983.29,533.269998,235.66],[1009.3,607.939998,239.14],[991.91,609.810001,242.76],[992.18,614.949999,245.91],[1012.86,615.42,247.88],[1013.48,618.860001,250.39],[961.91,609.020001,252.13],[1040.65,624.319997,254.0],[982.17,641.250002,255.92],[986.4,557.019998,258.66],[983.14,639.500001,262.04],[959.38,630.189999,264.48],[945.88,639.629995,265.42],[903.99,628.05,266.53],[967.63,673.870004,266.64],[877.3,673.610003,266.23],[898.55,677.419998,264.84],[954.24,676.809996,264.37],[889.15,674.16,263.9],[941.83,594.68,264.43],[909.37,599.340001,266.12],[512.64,710.030002,267.58],[955.7,707.469999,267.69],[513.86,708.049999,267.87],[512.5,710.830001,268.22],[919.88,713.899998,269.32],[897.17,713.700003,268.04],[880.46,622.180004,267.93],[511.61,709.860002,270.95],[501.07,716.99,273.22],[501.75,705.939999,277.01],[536.05,618.790002,278.05],[506.81,711.010002,280.56],[518.52,713.459999,281.08],[986.58,713.150001,281.43],[987.9,710.249996,281.61],[913.84,693.380001,281.73],[903.25,701.159999,281.14],[943.01,693.44,281.08],[871.19,685.289998,281.26],[860.89,619.66,280.27],[843.48,712.949998,280.04],[934.33,710.18,278.46],[884.65,702.429999,277.82],[931.04,698.280001,277.18],[947.28,695.919999,276.89],[922.67,690.91,276.43],[877.52,688.35,275.9],[944.74,701.77,275.61],[971.82,704.110001,275.55],[897.39,609.71,276.13],[857.09,604.77,276.66],[943.9,702.509999,277.01],[971.91,708.75,277.3],[1020.56,706.07,278.35],[1014.0,703.109999,278.87],[998.92,706.659998,279.4],[1001.94,696.689999,280.09],[1009.9,699.42,280.5],[940.87,702.040001,280.73],[1012.43,620.42,282.13],[1015.85,656.58,284.52],[889.27,673.019998,284.76],[874.82,684.599998,283.47],[977.22,690.219998,283.24],[1017.14,673.47,284.17],[1027.72,674.759999,285.8],[912.25,658.48,287.26],[895.55,664.77,287.2],[798.41,657.02,286.85],[863.29,576.91,285.91],[825.5,561.260001,286.45],[881.3,653.080001,286.33],[946.48,651.32,285.98],[958.11,651.709999,288.66],[878.36,668.54,292.15],[934.97,681.059997,291.56],[940.07,669.450001,292.73],[900.53,583.98,298.21],[937.15,582.019999,299.78],[820.84,657.83,300.48],[811.21,650.86,299.14],[870.07,656.77,297.16],[856.03,661.039999,296.69],[949.51,656.89,296.34],[870.33,655.219999,296.34],[913.26,656.21,295.7],[847.03,660.860001,295.35],[885.21,578.680003,295.93],[900.13,654.590001,297.34],[862.3,668.019998,296.69],[821.27,660.600002,295.24],[858.48,665.509998,293.25],[829.0,663.320002,292.2],[940.01,672.350002,291.98],[1017.27,679.900001,292.61],[1004.14,669.63,293.9],[981.51,664.809998,295.3],[1006.65,577.769998,297.39],[1023.3,586.370001,300.25],[943.33,683.599999,301.99],[952.25,674.009997,302.05],[1004.58,682.73,301.93],[1039.87,685.249998,302.05],[1011.4,689.949999,302.34],[1067.9,688.69,302.28],[1053.0,687.559998,302.34],[1080.32,696.24,302.81],[999.0,610.659995,304.04],[1067.42,705.539996,305.61],[858.6,681.670002,305.25],[905.72,695.229995,302.81],[869.25,693.310002,300.19],[931.9,653.669998,298.27],[972.19,652.679996,297.68],[941.16,656.450004,297.45],[884.39,649.810001,297.28],[931.72,637.980003,296.23],[910.43,534.16,296.93],[941.22,612.379999,299.03],[941.44,630.539998,300.02],[956.54,654.220003,300.6],[883.46,648.129996,300.83],[860.09,640.780001,300.19],[909.37,654.710002,298.97],[853.16,662.889998,298.79],[935.71,650.34,304.73],[903.91,634.299998,306.95],[846.35,643.540001,309.45],[929.38,639.88,309.45],[955.34,637.649998,320.63],[845.84,635.899997,321.27],[856.91,643.869999,320.05],[914.92,658.54,319.59],[909.86,661.849997,319.47],[914.07,568.449999,319.88],[913.93,664.369999,321.5],[944.2,664.459999,322.08],[890.74,672.129998,322.2],[976.5,674.220004,322.2],[858.91,678.149998,322.38],[902.68,676.510001,321.79],[797.54,658.189999,320.75],[897.09,663.840003,319.93],[907.72,670.870004,319.82],[878.28,576.919996,319.65],[944.77,655.71,321.27],[1041.43,689.85,322.38],[983.69,683.929999,325.17],[1054.22,688.290004,327.33],[1006.44,690.769998,328.61],[1001.25,688.949997,330.19],[1016.31,688.759998,330.99],[956.31,674.59,332.58],[943.71,679.78,333.28],[861.99,590.969998,333.8],[977.07,671.739999,335.54],[1002.26,676.560001,336.59],[1051.83,685.129998,338.46],[1042.66,709.850003,339.68],[1008.83,711.86,340.5],[970.81,698.88,341.02],[1002.88,718.450001,340.9],[988.65,722.290002,340.73],[983.76,719.550001,340.49],[873.37,613.379999,339.97],[853.17,694.139997,339.56],[919.76,707.200001,338.04],[941.92,738.659999,336.71],[880.2,727.789999,335.54],[891.28,730.870001,333.85],[898.06,725.600001,332.28],[903.04,734.13,330.13],[906.6,731.019997,327.91],[860.42,727.640003,325.93],[982.39,752.020002,324.24],[973.82,748.93,324.42],[504.92,747.700001,323.77],[902.49,714.079998,323.08],[882.93,736.430003,321.39],[867.55,741.42,319.7],[910.03,666.170004,318.82],[957.98,754.099995,318.47],[933.76,727.600004,317.31],[843.04,702.110001,315.8],[814.53,675.439999,312.95],[889.94,708.209999,311.14],[971.15,711.610001,310.21],[975.75,704.009999,309.92],[982.36,704.000003,309.62],[920.57,702.960001,308.92],[912.79,626.160001,308.35],[931.94,718.959997,308.75],[846.05,714.409997,308.05],[843.1,710.529998,306.95],[935.31,687.010003,305.9],[1012.87,695.32,306.01],[1012.33,694.830002,306.6],[977.31,696.6,307.41],[1010.62,694.970003,307.58],[1043.56,701.049999,308.17],[944.95,613.619997,309.8],[996.64,605.320003,311.43],[890.48,698.099995,311.83],[1000.29,688.88,311.66],[943.37,693.380003,312.01],[947.78,700.099997,312.36],[1010.28,704.449998,312.53],[972.8,696.180001,313.12],[1042.69,706.379995,313.99],[1029.21,702.74,315.04],[1009.55,612.700003,316.26],[955.85,675.629996,318.53],[1020.05,700.249999,319.0],[1016.13,702.309998,319.35],[864.13,699.339999,319.23],[919.87,707.400003,317.08],[819.72,703.870004,315.68],[940.25,713.190003,314.11],[928.0,640.08,317.43],[883.54,694.920002,317.49],[963.87,701.789997,318.24],[965.63,702.380003,318.94],[897.11,706.39,318.42],[950.84,712.419996,321.5],[836.01,699.230003,319.87],[847.13,706.97,317.2],[945.9,709.270004,316.03],[991.81,709.209999,315.63],[965.21,614.989999,316.26],[951.06,615.909998,317.83],[908.78,692.499997,318.01],[886.14,690.340001,317.54],[932.84,695.049996,316.61],[919.89,688.949999,316.03],[823.33,697.330001,314.87],[893.84,711.179999,312.24],[835.12,690.279998,310.2],[506.04,619.559997,308.11],[517.65,707.929997,305.31],[557.0,699.349997,304.15],[553.82,706.909998,303.74],[507.81,710.969996,303.1],[530.96,622.569998,305.84],[533.56,703.579998,307.12],[539.93,707.17,307.76],[522.28,698.180003,307.41],[548.32,711.689997,306.6],[525.75,711.370002,307.23],[682.86,726.460001,304.91],[507.48,723.639996,302.58],[506.77,729.860003,302.58],[508.82,718.999998,304.09],[505.89,717.020002,304.09],[525.79,727.219997,283.29],[521.35,729.579996,284.4],[508.27,714.099997,288.89],[527.96,724.369997,287.61],[529.09,721.629999,288.66],[519.12,719.510001,289.88],[533.06,722.320003,291.1],[510.66,603.289999,293.02],[506.72,686.57,296.29],[547.79,694.950002,297.68],[510.61,699.039997,297.98],[509.08,696.380003,298.74],[532.74,703.459997,299.49],[505.5,620.649996,301.47],[525.14,700.940001,305.66],[523.87,705.170002,306.12],[521.48,701.929997,307.18],[501.41,700.539997,307.24],[540.71,707.240002,307.87],[541.88,703.789999,308.75],[514.21,628.069996,310.67],[533.55,705.52,313.64],[510.36,701.689999,314.98],[529.64,701.980001,315.39],[526.12,702.34,316.21],[556.74,705.040002,317.6],[559.05,710.569999,319.53],[559.33,708.730003,321.15],[518.96,699.820001,327.62],[512.32,701.070002,327.74],[537.97,695.559996,327.74],[512.38,694.559998,327.68],[507.74,689.500003,327.97],[505.13,593.68,328.67],[503.78,714.350001,326.81],[510.06,640.650002,327.91],[506.55,638.56,330.3],[516.2,723.100001,329.72],[528.8,725.210001,330.88],[518.31,716.469997,333.44],[508.71,705.819999,334.43],[504.1,624.63,334.03],[500.04,720.769998,333.45],[500.03,713.220001,330.59],[508.39,710.439997,331.64],[518.38,691.539999,333.62],[508.15,702.409998,335.13],[503.01,714.359999,305.84],[503.35,623.48,306.77],[508.74,748.960001,309.16],[519.26,757.179997,309.16],[522.63,754.45,309.16],[503.18,732.519998,307.23],[503.93,732.7,306.71],[514.75,705.219999,310.2],[507.14,689.52,312.24],[500.67,690.75,312.83],[514.15,690.42,313.94],[511.51,611.65,315.97],[524.4,699.8,318.48],[513.17,720.599998,319.94],[526.34,715.170002,320.69],[525.51,721.53,321.79],[507.68,678.309996,297.4],[517.33,767.620002,298.85],[514.99,746.089998,297.22],[503.07,748.980003,297.22],[501.47,756.870001,289.88],[505.25,764.2,287.78],[506.65,757.13,287.78],[514.04,763.73,287.78],[507.22,738.690001,287.78],[512.11,768.949996,237.23],[507.03,769.470002,237.17],[507.76,763.460002,236.18],[500.6,776.250003,226.74],[500.15,758.289999,227.68],[513.13,764.770001,225.81],[500.94,763.409998,225.35],[501.49,681.399996,221.15],[520.73,752.069997,222.26],[525.08,772.689996,222.26],[530.33,767.880005,222.61],[517.44,759.779996,222.61],[500.44,701.95,180.27],[509.54,715.779999,180.27],[507.84,718.210001,178.46],[521.32,700.729997,177.76],[529.81,716.349997,179.16],[536.5,712.579996,180.55],[509.67,696.180001,183.0],[515.54,681.63,187.31],[525.95,702.139996,188.66],[518.09,688.180002,191.04],[506.54,604.780001,192.67],[503.94,615.490001,205.83],[501.7,614.290001,207.87],[501.18,600.019998,232.05],[508.15,599.960002,234.43],[517.35,617.979999,252.78],[515.3,608.58,255.1],[508.28,614.000001,257.44],[505.12,628.059999,270.48],[503.24,561.689998,282.77],[502.24,560.620002,286.04],[502.72,606.449997,287.15],[505.78,686.190003,289.99],[500.04,676.090001,294.19],[502.55,673.079998,297.1],[500.66,663.610001,298.27],[504.15,675.789997,300.78],[504.1,697.109998,306.24],[505.45,685.310001,301.0],[514.11,685.690001,301.94],[512.57,685.089998,303.69],[515.57,682.579999,305.03],[504.66,604.900001,308.58],[511.43,693.45,310.9],[511.72,684.680001,313.58],[515.69,690.059999,314.93],[517.92,685.760002,316.5],[518.93,676.770002,313.52],[501.53,681.140002,314.98],[510.96,684.499997,315.92],[504.16,686.600003,317.08],[517.12,686.85,318.19],[512.61,686.849996,319.35],[505.09,652.03,323.02],[511.97,639.469997,334.61],[502.42,655.789999,344.45],[505.34,641.109999,345.97],[509.71,707.129999,325.0],[505.75,718.169999,321.15],[511.62,643.820001,321.73],[505.06,720.939998,323.37],[509.72,718.530002,323.78],[507.28,671.289998,316.44],[505.66,713.27,316.26],[509.58,718.43,317.72],[506.68,725.319999,318.36],[523.84,643.989999,274.22],[508.05,736.02,275.96],[512.01,738.090001,272.17],[504.69,649.879998,272.93],[505.16,746.440001,274.33],[508.83,752.529998,274.33],[511.2,759.380001,269.26],[513.66,669.879997,269.43],[524.29,756.589999,270.6],[506.42,715.53,260.47],[500.18,716.550001,241.89],[503.85,728.449998,229.89],[509.15,718.549999,207.98],[506.37,631.819998,208.86],[516.03,740.8,208.86],[524.55,738.779997,209.22],[518.63,737.720003,209.73],[516.28,699.239999,206.36],[504.64,691.77,207.41],[502.71,617.489998,208.92],[511.3,690.29,211.07],[522.31,699.939999,212.01],[508.82,657.420001,214.1],[520.36,665.730001,215.56],[515.38,664.789999,217.37],[501.87,671.579999,211.19],[503.78,686.420002,215.96],[511.84,694.360002,217.37],[515.05,695.730002,220.04],[511.1,713.32,221.32],[533.43,713.070001,223.6],[502.39,713.339996,225.35],[512.76,754.810001,191.04],[502.19,727.33,189.75],[517.98,718.679997,190.28],[505.93,724.420003,190.98],[503.11,722.670003,191.8],[514.63,736.929998,193.14],[532.0,727.560002,195.35],[521.42,718.930001,197.15],[531.75,732.679999,197.79],[527.8,723.720003,198.79],[535.92,727.549997,199.84],[521.88,718.959997,201.35],[515.15,722.749996,205.19],[508.09,699.089995,172.99],[505.61,692.329999,173.16],[511.6,686.329999,177.06],[545.4,691.290003,178.75],[533.88,689.45,179.85],[546.15,686.719996,181.83],[544.47,690.379997,183.87],[551.43,691.700003,185.97],[543.23,683.659997,188.13],[519.32,669.249999,193.66],[551.07,690.049997,195.47],[560.05,683.670002,198.73],[532.0,672.829999,201.82],[555.52,673.229998,203.91],[575.85,682.409997,206.0],[559.66,676.560001,208.97],[595.2,675.159997,211.83],[579.65,668.930002,215.68],[550.88,579.209996,218.99],[553.35,669.979999,222.38],[589.96,666.540001,225.05],[600.4,673.45,228.09],[605.96,683.740001,231.69],[584.65,691.32,234.84],[581.02,682.630001,237.58],[566.61,680.689998,239.73],[541.33,670.270003,241.71],[559.22,671.29,243.52],[526.34,576.72,245.61],[528.18,668.569997,249.05],[567.05,669.719999,251.09],[566.36,668.300003,253.42],[535.57,675.049997,255.57],[518.72,678.97,257.09],[520.65,676.560003,257.44],[525.97,673.260002,258.54],[533.23,582.480003,260.64],[514.53,660.699996,263.73],[505.83,660.950001,265.12],[535.66,667.199998,266.35],[531.69,663.869997,267.98],[522.97,667.849998,269.44],[516.38,672.06,270.42],[508.31,586.379998,271.83],[510.55,667.889999,273.34],[520.12,666.460001,273.81],[529.04,670.830001,274.79],[535.02,671.109997,276.19],[511.01,672.339999,277.59],[503.98,673.199995,279.57],[508.2,681.199997,281.84],[514.95,679.900003,282.31],[538.55,675.089999,284.63],[529.19,678.539996,286.97],[503.22,672.22,288.72],[503.77,590.55,290.52],[503.6,635.039999,292.5],[524.77,689.770004,293.9],[535.28,693.189997,297.39],[522.23,691.44,298.85],[506.16,680.759999,299.72],[505.13,687.300001,300.19],[502.99,683.999996,300.36],[512.59,691.679996,301.77],[537.46,720.720003,302.17],[521.43,688.619996,303.68],[526.6,680.369996,305.14],[506.76,702.269999,237.75],[503.5,690.830002,233.03],[519.7,692.159999,234.02],[507.55,595.180001,236.93],[514.99,688.479997,240.2],[517.88,688.020002,241.01],[518.16,688.439999,240.78],[535.74,688.209999,241.54],[532.96,693.2,243.28],[522.29,699.380003,244.39],[513.23,691.189997,247.83],[522.88,702.939998,248.7],[521.69,700.829999,250.39],[504.24,692.870001,251.85],[509.47,694.1,249.58],[502.83,695.370001,249.7],[504.37,681.979996,247.3],[519.33,655.819998,250.22],[521.72,643.249999,251.67],[521.92,671.08,252.95],[522.9,687.479998,253.77],[531.52,685.04,254.29],[542.46,679.63,255.93],[500.95,693.869999,263.03],[519.39,706.540001,264.37],[526.39,698.489998,265.94],[518.56,698.329997,266.41],[529.39,701.780002,267.11],[512.93,707.680002,267.45],[500.94,617.020002,266.35],[522.51,743.39,261.28],[500.87,748.29,261.63],[502.86,747.16,260.99],[518.5,740.759999,260.99],[506.96,698.449998,264.95],[515.32,704.33,266.23],[516.78,698.13,267.68],[503.62,669.53,272.06],[606.9,581.01,274.97],[613.62,686.779999,276.89],[636.81,734.680001,277.06],[618.17,691.48,278.41],[554.83,667.369999,279.05],[521.26,659.049999,276.13],[557.45,665.48,275.55],[577.05,666.280001,275.55],[586.78,671.879999,275.55],[527.85,569.259999,275.56],[568.36,568.310001,276.19],[566.17,568.760001,277.18],[558.61,656.770001,277.3],[519.92,654.93,277.12],[585.8,667.76,275.9],[512.82,651.470001,275.14],[521.18,656.879998,273.4],[567.94,656.759998,272.87],[580.16,664.080001,272.87],[585.1,587.149998,273.51],[549.09,679.25,275.02],[544.89,664.46,274.04],[539.843125,654.551702,273.69],[553.820531,654.196361,273.1],[519.5,661.47,271.3],[574.39,673.200001,271.07],[604.5,665.630001,271.42],[599.07,702.199999,272.35],[612.83,628.759998,273.05],[563.25,626.209999,274.44],[591.69,637.590002,275.31],[588.15,690.970001,277.18],[616.92,680.44,278.52],[620.13,683.369998,279.39],[609.01,684.660001,279.74],[562.35,685.589997,277.82],[570.11,681.229998,277.76],[618.97,589.99,279.34],[622.4,687.099999,281.72],[594.38,679.239998,282.36],[563.05,676.520001,281.9],[571.47,669.529997,281.21],[552.34,680.969999,280.5],[639.99,690.599998,280.1],[605.38,737.189997,280.21],[598.82,736.600001,279.46],[505.66,708.930002,277.18],[559.63,640.320002,275.2],[575.13,617.009997,275.55],[615.62,616.800002,277.07],[617.17,703.42,277.59],[625.86,688.100003,277.59],[594.62,706.44,277.59],[607.62,728.809998,277.3],[630.55,742.87,277.01],[544.71,739.74,275.9],[585.6,740.789998,273.86],[587.94,659.899998,272.93],[634.3,754.190003,273.45],[630.52,749.269997,273.45],[614.24,753.269999,274.27],[556.09,750.679998,273.92],[586.07,757.440002,272.29],[574.23,753.369999,270.77],[526.66,736.38,268.97],[572.52,743.870002,263.44],[563.35,660.109999,262.57],[565.16,656.149999,262.51],[540.59,656.940003,261.86],[579.02,736.940001,260.29],[580.58,739.339999,258.84],[589.45,745.979998,257.26],[622.98,752.229998,256.92],[623.39,800.240002,256.97],[575.6,801.680003,255.98],[528.56,773.459999,253.42],[618.54,722.339995,251.61],[646.08,797.739996,251.67],[625.5,796.559998,251.15],[599.74,790.499994,249.86],[586.4,788.610001,248.06],[587.43,755.489999,246.72],[617.28,735.719998,246.61],[616.78,721.86,246.66],[532.63,711.400001,246.03],[583.69,723.66,244.74],[620.17,636.309998,244.86],[644.4,645.02,247.13],[636.18,667.539999,249.23],[629.25,740.820001,251.08],[583.03,728.090001,251.73],[606.53,707.839998,251.32],[622.53,677.559996,252.08],[630.53,681.889999,253.42],[565.22,581.559997,254.06],[667.07,678.279999,254.99],[667.07,681.960002,254.99],[555.86,681.619999,254.99],[549.16,680.39,253.95],[575.25,685.419998,253.59],[646.12,688.130001,253.36],[651.09,688.83,254.59],[627.22,682.53,255.57],[545.87,677.08,255.98],[582.48,590.149998,254.94],[582.91,581.599998,256.03],[635.02,590.85,258.08],[623.06,713.670002,259.24],[608.03,725.93,258.78],[607.95,719.810002,258.48],[646.67,725.689999,258.13],[655.59,733.36,258.13],[637.29,703.689999,258.66],[614.68,687.85,259.47],[584.8,598.929997,260.12],[562.39,695.120003,260.53],[570.96,703.260001,260.53],[579.87,700.710002,260.53],[545.34,677.959999,260.29],[568.75,685.139998,259.59],[528.03,677.469996,258.84],[582.79,687.800001,258.43],[579.62,682.47,258.2],[540.11,669.879998,257.73],[526.24,588.219997,255.17],[539.58,680.800001,254.64],[564.58,680.270002,253.25],[561.6,685.110002,252.26],[565.72,693.789997,251.09],[539.06,698.039995,249.92],[553.09,703.219996,248.59],[553.61,705.17,247.3],[514.8,612.259997,246.31],[516.1,704.949999,242.47],[548.81,704.180003,240.72],[560.23,707.900001,239.09],[572.14,705.010004,237.46],[554.49,708.169996,235.95],[542.84,706.470003,234.14],[539.07,696.929995,232.34],[560.42,712.580003,230.99],[562.03,617.910004,230.06],[537.08,612.099997,229.19],[529.26,698.029999,229.19],[586.63,704.979994,228.61],[549.37,702.329998,227.04],[561.21,702.429999,225.41],[575.72,689.75,224.53],[568.25,684.320001,223.89],[578.41,690.050001,223.13],[554.92,685.799998,222.43],[558.14,701.520002,221.85],[595.53,708.279999,221.62],[604.42,707.619998,221.62],[576.81,707.769997,221.62],[604.03864,714.049658,220.52],[612.411109,715.009733,220.22],[610.53,714.119998,220.1],[541.93,627.05,220.16],[611.67,632.729999,220.92],[648.78,638.769996,223.02],[656.28,730.379999,223.95],[598.91,726.920003,223.77],[637.09,727.199996,223.54],[544.018421,619.68949,222.2],[575.643343,681.087766,221.5],[621.25,712.91,220.8],[633.61,710.679995,221.5],[629.94,706.319998,222.43],[641.33,708.279999,222.73],[638.41,705.270002,223.13],[610.12,705.120001,223.02],[519.96,691.399997,222.08],[559.3,697.550001,220.1],[539.39,604.829998,217.6],[570.15,704.339997,217.02],[575.19,700.689998,215.85],[528.38,691.129998,214.28],[570.22,700.029997,212.88],[559.6,703.710003,211.95],[589.58,709.770002,211.43],[572.18,709.390001,210.79],[527.6,714.430002,206.47],[561.45,712.95,205.02],[575.25,715.930003,203.91],[583.11,712.810004,203.22],[548.87,685.86,201.87],[548.92,701.65,199.71],[570.48,708.779998,198.2],[576.68,710.519999,196.51],[527.79,641.72,194.88],[506.97,621.670001,194.01],[563.52,743.260002,191.97],[574.05,713.460002,190.98],[592.69,736.509998,189.76],[540.55,701.719999,188.12],[573.92,699.749996,186.33],[571.23,704.249996,184.93],[582.42,723.869997,183.52],[591.69,634.529998,182.94],[521.9,659.29,182.66],[516.99,704.720001,180.04],[576.85,720.79,178.52],[626.39,701.800002,178.34],[627.31,721.560002,178.34],[624.67,726.679999,178.4],[609.85,737.09,178.4],[557.73,745.589999,176.82],[619.84,755.099995,175.89],[587.78,668.299999,175.43],[544.45,659.799995,176.07],[537.63,655.779996,175.6],[603.0,755.420002,174.73],[630.9,754.940001,174.09],[632.18,747.22,174.09],[620.36,738.619999,174.09],[674.89,742.249999,174.85],[678.55,738.58,175.49],[654.39,737.24,176.01],[601.11,631.200002,176.77],[601.55,668.290001,178.4],[635.34,729.279998,178.69],[550.56,701.690001,179.44],[540.34,706.729995,178.51],[622.54,729.330003,176.65],[636.43,722.650003,176.13],[638.38,716.500002,176.07],[618.66,709.660002,176.19],[590.19,709.520003,176.19],[613.59,624.879999,176.25],[605.63,624.200001,176.77],[577.91,618.819997,178.23],[553.7,718.530002,177.35],[523.33,695.290003,175.55],[564.5,706.95,173.16],[565.29,697.109999,172.05],[594.26,707.499998,171.07],[589.29,704.46,170.54],[592.75,713.180002,168.96],[558.48,608.119998,168.33],[581.98,673.450001,168.44],[568.15,701.719998,167.69],[509.26,680.900001,165.93],[520.79,690.050001,164.19],[570.77,697.75,159.82],[587.58,706.649997,158.78],[586.87,697.36,158.07],[584.24,688.36,157.37],[533.58,592.420001,157.02],[562.3,600.840001,157.08],[548.82,627.089997,157.61],[590.66,734.239997,158.02],[582.12,702.519998,157.9],[554.65,698.960001,156.5],[544.81,692.719999,151.2],[564.84,691.419997,150.03],[580.51,683.969997,149.8],[627.79,577.609999,151.08],[597.14,606.029999,153.94],[612.64,651.71,154.58],[629.45,656.229997,155.74],[620.59,653.699998,156.79],[540.18,650.259999,157.37],[544.49,648.449999,156.62],[559.18,654.37,156.21],[628.62,650.179998,157.2],[630.7,651.060001,158.66],[607.08,567.509998,160.76],[628.64,574.650001,163.66],[630.78,582.630001,166.63],[569.61,675.120001,167.69],[585.27,629.150001,168.15],[550.32,625.369998,168.38],[576.81,629.37,168.73],[638.62,626.560001,169.49],[623.06,629.049997,170.54],[647.57,628.2,171.7],[615.95,580.05,173.86],[652.78,648.110005,176.13],[632.88,633.129994,177.41],[662.4,658.280003,180.09],[660.62,639.169995,182.6],[669.04,646.71,183.82],[567.58,642.390001,185.1],[610.02,642.499996,185.21],[615.55,643.180003,185.56],[643.45,641.369999,186.44],[632.67,536.470003,188.65],[663.05,565.990004,192.15],[632.79,571.72,195.69],[654.83,650.179995,197.91],[613.38,654.910002,198.78],[529.52,645.219999,198.79],[549.85,651.839998,195.93],[582.65,641.929998,195.41],[547.48,641.81,194.77],[562.87,550.669996,194.89],[572.78,597.949999,196.4],[569.98,646.239999,196.69],[577.07,644.180001,197.1],[557.53,646.610001,197.21],[542.21,647.430002,197.21],[534.94,636.989997,193.95],[559.31,642.369998,193.66],[548.67,638.020004,193.54],[575.45,582.089998,193.08],[584.41,598.250003,194.01],[594.12,590.590003,195.18],[545.52,684.959999,196.05],[594.41,638.949997,196.29],[550.61,631.939998,196.29],[576.3,632.029995,195.81],[515.81,624.680001,193.84],[509.87,625.079999,193.43],[603.73,533.040001,193.37],[599.13,598.479999,195.47],[603.09,622.849996,196.46],[643.03,647.130004,197.39],[647.06,676.229998,199.19],[636.41,684.579994,200.47],[582.23,691.110001,200.94],[551.84,689.39,200.59],[597.55,688.630001,200.13],[604.15,687.540002,200.07],[630.19,597.119997,200.53],[636.56,599.059998,202.8],[640.49,596.749998,205.42],[640.5,687.829996,207.7],[639.67,686.45,208.92],[583.1,672.949998,210.26],[626.04,671.88,210.9],[554.8,671.27,211.95],[570.56,681.499997,211.95],[598.72,686.670003,211.95],[667.65,545.239997,213.87],[623.9,567.229999,217.36],[642.39,630.779999,219.52],[629.3,634.95,222.26],[612.22,630.660002,224.3],[629.22,634.64,225.58],[630.28,627.779998,226.98],[608.86,632.609999,227.91],[547.02,630.52,228.08],[631.66,630.060002,228.37],[639.61,536.399998,230.24],[602.66,533.510002,232.92],[645.37,544.029999,235.72],[634.91,635.96,237.87],[657.18,636.719998,240.08],[671.13,638.519998,242.17],[574.15,633.809998,243.4],[578.37,633.33,243.4],[589.74,637.049999,243.4],[584.93,630.889999,243.63],[577.7,538.760001,244.68],[553.7,629.170001,244.1],[565.47,630.890002,244.1],[598.86,621.250002,244.8],[567.02,621.079997,245.38],[567.76,622.710001,245.38],[581.74,626.229999,245.84],[600.04,632.130001,246.9],[605.05,627.990002,248.06],[537.16,529.949997,248.76],[529.07,541.089998,249.22],[548.49,537.669999,250.74],[593.18,637.729996,253.31],[611.27,629.109998,255.45],[615.89,624.010001,256.57],[555.12,634.22,257.56],[581.19,627.05,257.56],[604.66,631.32,258.25],[628.35,635.659998,259.19],[523.76,539.700001,260.41],[551.68,578.279998,261.58],[569.12,633.860001,261.58],[623.69,641.419998,262.51],[630.89,609.27,263.96],[654.85,638.109998,265.42],[618.36,628.099999,267.86],[645.94,642.189997,269.73],[646.56,624.889999,271.47],[651.38,631.279999,273.52],[568.62,540.699996,275.55],[585.72,601.2,277.35],[553.46,641.89,277.89],[642.15,644.829998,279.34],[656.22,644.669998,281.08],[661.28,644.440001,283.64],[648.66,641.73,285.51],[703.41,636.569998,288.65],[671.5,626.379998,291.33],[633.79,624.920002,293.49],[573.15,517.040001,296.0],[647.2,609.379997,299.31],[683.53,626.970001,302.35],[661.2,660.950001,306.65],[648.56,631.870001,308.98],[609.13,666.469998,309.4],[622.79,668.149997,309.68],[652.08,682.740001,310.38],[632.75,700.19,311.02],[602.78,688.030002,311.2],[520.35,605.99,310.33],[573.14,604.039998,310.27],[636.46,697.199998,310.67],[629.39,701.130001,310.79],[542.38,693.910002,309.74],[565.51,691.94,308.4],[584.08,694.219999,307.41],[553.57,696.35,306.54],[565.4,696.789999,305.26],[586.26,696.969999,304.44],[538.36,599.069999,303.62],[531.55,641.509999,303.51],[533.46,693.62,299.08],[545.3,703.570001,296.63],[578.35,711.33,295.29],[590.96,713.819999,294.02],[588.85,714.189999,293.02],[558.31,704.209998,291.86],[573.8,707.97,290.46],[538.56,606.690002,289.12],[557.6,642.269999,289.24],[508.03,653.939998,287.9],[546.83,651.309998,287.43],[556.82,653.410001,287.43],[547.46,651.49,286.91],[569.32,648.950002,286.21],[547.46,642.569999,286.21],[572.19,648.35,286.21],[582.31,651.469997,286.21],[545.07,557.7,286.68],[539.47,616.440001,287.43],[500.67,647.259999,287.2],[505.15,657.030003,285.45],[575.73,650.549999,284.58],[600.47,651.660001,284.75],[625.95,649.629999,286.21],[625.71,652.539999,287.61],[644.77,656.639998,289.47],[628.94,662.760001,291.05],[614.64,567.780002,292.38],[619.13,569.370003,294.71],[624.7,657.610002,296.46],[605.29,663.979998,297.39],[534.65,663.770002,297.74],[542.66,662.880001,297.45],[594.76,667.720001,297.68],[649.26,661.549999,299.37],[644.17,665.31,301.3],[614.55,664.659996,302.93],[619.65,569.369999,304.91],[632.84,594.760001,307.42],[618.1,667.650002,308.75],[568.11,663.129996,310.56],[549.55,672.100004,310.79],[595.75,668.669999,310.09],[641.95,676.739998,310.33],[635.82,685.619997,311.19],[606.27,677.35,311.95],[629.35,687.959997,312.42],[639.68,599.089999,313.88],[587.7,631.729998,315.62],[561.62,681.86,315.85],[560.91,683.860002,315.68],[621.31,685.929999,315.33],[595.44,686.3,315.27],[639.93,686.669996,315.45],[651.72,685.580002,316.38],[654.86,678.359999,317.77],[653.69,683.119999,318.95],[578.1,583.149997,319.93],[508.65,634.96,320.4],[583.06,675.139999,320.28],[595.42,680.440001,319.87],[555.71,680.860001,319.35],[515.46,672.880002,315.44],[569.65,672.909998,314.4],[595.61,675.889997,313.88],[590.98,678.689997,313.88],[577.24,593.170001,313.99],[560.37,594.450001,314.8],[551.06,700.310003,313.99],[543.8,688.5,313.88],[574.66,677.749999,313.94],[524.65,681.929998,310.44],[562.51,689.410003,309.21],[589.78,696.669999,308.57],[577.67,697.900001,308.17],[592.65,601.190002,308.17],[539.39,636.779997,309.05],[539.07,692.189998,308.11],[591.76,688.710001,307.36],[591.81,688.28,307.06],[557.83,680.309998,307.35],[607.0,690.630003,307.18],[536.93,680.980003,307.01],[626.66,689.499996,307.24],[643.14,701.720001,308.29],[627.22,601.489997,309.86],[632.01,661.280001,312.53],[625.81,688.960001,313.52],[619.42,684.479997,314.57],[591.66,673.28,314.74],[588.11,676.960001,315.68],[575.35,676.740002,315.68],[618.02,683.359997,316.43],[628.4,683.219997,317.25],[604.89,686.739996,317.6],[639.64,631.620002,319.35],[643.22,686.169997,321.97],[590.15,705.239995,323.25],[622.78,708.780002,323.95],[614.82,701.830002,324.88],[596.3,701.249996,324.88],[587.73,723.58,324.19],[532.6,739.719998,322.15],[604.23,751.400001,320.63],[637.51,753.880002,319.64],[610.76,667.400001,319.12],[644.75,677.08,319.58],[624.59,755.27,319.81],[641.48,751.15,319.81],[637.15,746.870002,319.29],[601.95,743.809998,319.23],[590.36,737.040003,318.59],[613.48,757.45,317.48],[564.07,749.589998,316.27],[510.72,743.970003,313.99],[547.41,661.479996,312.36],[594.98,701.860001,310.96],[601.09,760.430001,309.45],[589.18,763.799999,307.82],[569.04,755.330004,306.19],[559.73,763.590003,304.27],[586.23,754.170003,302.46],[563.62,750.369999,300.18],[565.27,747.589996,298.45],[524.46,662.429998,293.67],[580.33,686.609997,292.61],[587.36,759.329997,291.4],[587.45,760.399997,290.87],[592.63,755.33,290.0],[557.19,741.860002,288.42],[572.42,746.799998,286.73],[564.25,757.500002,284.52],[532.28,729.260002,282.6],[507.79,734.489995,280.15],[533.22,654.139999,278.52],[537.28,697.389999,277.24],[578.28,745.410003,275.84],[593.63,750.599997,274.33],[596.43,746.289998,273.52],[590.86,748.270003,272.0],[598.29,760.590004,271.19],[614.28,751.23,271.19],[556.34,736.460004,270.77],[537.76,747.630002,268.56],[576.2,668.760001,267.39],[599.1,664.969997,268.1],[579.29,751.489998,267.74],[606.61,754.450001,266.35],[610.05,745.519996,265.77],[602.22,754.069998,265.18],[624.61,758.070002,264.54],[575.62,758.159997,263.62],[606.56,763.259998,262.51],[554.72,759.899998,261.1],[592.37,674.989997,260.05],[566.46,691.859996,260.17],[598.18,768.65,259.24],[595.51,759.54,259.36],[652.39,756.659996,259.71],[624.55,747.849999,259.83],[626.32,749.869999,259.59],[560.08,733.740002,258.72],[535.27,729.299998,256.68],[586.38,748.850003,254.75],[589.39,650.519996,254.01],[605.32,685.599999,254.7],[629.06,737.660002,254.18],[636.03,743.190002,253.89],[634.72,747.490002,253.42],[608.85,742.709997,253.31],[628.93,743.120002,253.13],[578.61,736.790002,252.49],[564.0,743.750001,250.98],[600.2,751.069999,249.17],[609.0,648.180001,248.93],[588.12,692.000002,249.75],[547.75,728.339999,248.64],[570.25,733.079999,246.66],[548.35,727.169998,245.21],[580.76,735.829996,244.1],[555.02,730.479998,242.64],[580.46,731.340002,241.48],[552.76,725.770002,240.2],[519.56,719.639998,238.04],[513.37,639.039998,235.71],[561.37,629.58,235.48],[567.96,770.189998,234.43],[549.78,773.939998,232.45],[589.94,767.899999,230.88],[564.15,753.180001,229.01],[591.55,697.589999,228.08],[582.38,656.649998,227.74],[618.1,654.51,227.26],[566.19,645.830002,227.26],[560.92,547.019998,227.21],[602.74,587.930001,228.73],[635.55,644.949999,229.88],[656.77,655.229999,231.7],[657.78,647.690001,233.84],[638.1,648.800001,235.6],[656.63,659.709998,237.52],[622.35,656.560001,239.32],[643.83,658.369999,240.72],[615.32,659.910001,241.54],[623.67,579.149999,243.22],[640.3,626.18,246.02],[673.02,651.37,247.95],[684.98,657.680001,250.16],[678.12,662.039997,252.72],[668.03,658.039999,255.16],[653.63,659.960001,257.03],[658.53,661.879997,259.47],[668.18,662.199998,261.69],[605.53,651.96,263.09],[604.72,569.729999,264.66],[610.88,620.739999,267.75],[629.35,655.19,269.49],[625.07,675.159999,271.01],[654.71,668.119999,272.76],[666.39,662.78,273.69],[660.23,666.770002,275.67],[620.25,655.909999,277.18],[644.63,658.249999,277.88],[618.99,663.689997,279.11],[539.62,591.48,279.46],[591.35,598.619999,280.5],[640.24,692.22,280.39],[646.45,693.72,281.02],[652.54,697.709999,282.01],[652.95,700.75,283.3],[618.04,690.119998,284.11],[602.67,691.569998,284.23],[636.1,698.099999,284.41],[629.09,695.289999,284.99],[613.76,601.28,286.45],[516.4,614.229998,287.26],[535.31,697.069999,285.92],[574.96,706.27,284.69],[585.42,716.489998,283.88],[574.55,718.619998,283.07],[567.82,713.779998,282.08],[520.85,719.82,280.26],[553.81,721.24,278.29],[592.14,722.92,277.07],[558.11,632.279998,276.19],[508.1,620.930001,276.19],[531.26,740.48,272.34],[587.24,737.629999,271.65],[593.01,738.380001,270.78],[584.03,735.620003,269.96],[571.32,745.280001,268.73],[550.32,741.739997,266.81],[581.14,747.129997,265.07],[539.35,638.359998,264.37],[546.95,673.379999,264.48],[501.64,715.299997,262.44],[574.5,734.98,257.44],[640.27,728.5,257.03],[625.82,729.149998,257.79],[646.86,730.68,258.72],[587.59,734.299998,259.36],[605.59,727.499998,259.36],[593.77,632.480002,259.83],[620.2,623.78,261.46],[551.97,710.52,261.98],[592.8,722.239998,261.8],[606.01,728.280001,261.98],[562.13,726.18,261.98],[604.84,730.0,261.81],[639.34,736.669999,262.39],[640.42,734.509998,263.32],[588.24,723.979999,264.01],[626.92,637.929997,265.18],[637.92,662.219998,267.63],[624.8,738.589998,268.62],[575.11,729.449998,268.91],[598.23,727.610001,268.57],[534.56,716.769999,267.16],[615.69,718.77,265.82],[611.63,720.16,265.82],[653.79,727.27,266.0],[620.76,723.529999,266.12],[626.27,643.969998,265.94],[612.58,700.650002,267.34],[617.61,735.799999,267.34],[594.31,732.119998,266.41],[608.39,740.1,265.88],[583.62,734.22,265.59],[570.64,729.77,264.43],[609.37,739.250001,263.78],[612.1,734.299999,263.55],[640.73,733.639997,263.09],[609.44,640.880001,263.5],[645.48,662.600001,265.53],[655.71,740.14,266.06],[633.65,746.690003,266.23],[563.57,739.169996,265.36],[563.67,740.249999,263.32],[501.0,718.479999,261.81],[509.11,740.050003,259.13],[550.81,744.140001,257.03],[586.59,751.619998,255.4],[558.33,657.510002,254.52],[586.05,655.170002,254.06],[551.17,750.399999,253.12],[549.46,747.159999,252.43],[545.82,734.099997,250.73],[564.52,739.429999,248.94],[543.48,741.510002,247.36],[560.97,755.520003,242.88],[575.12,759.310002,240.96],[551.5,658.869997,240.13],[583.27,686.950004,240.13],[601.38,748.889997,239.21],[593.39,746.080003,238.1],[543.92,736.610003,236.23],[557.44,741.960004,234.26],[612.96,743.430002,233.09],[639.12,750.039999,233.32],[628.36,744.230002,233.5],[540.62,733.729999,233.26],[574.61,649.959997,231.81],[572.7,640.719999,232.68],[635.93,741.149998,232.91],[631.39,733.879997,233.38],[605.0,728.890001,233.67],[593.33,721.969999,233.85],[585.52,720.169996,233.21],[636.65,727.179999,233.32],[618.58,723.659997,233.85],[593.13,722.949998,234.19],[528.21,619.780003,234.19],[593.95,660.15,235.31],[587.39,698.740002,235.37],[629.91,710.69,237.16],[644.11,697.229998,239.03],[628.76,686.560003,239.91],[571.9,677.0,240.49],[618.39,676.630001,240.26],[605.14,667.619998,240.78],[603.6,671.300002,241.24],[589.87,582.48,242.29],[527.46,578.019998,243.28],[620.27,674.020001,243.22],[640.21,674.720001,243.45],[658.94,679.180001,244.92],[634.05,672.550001,246.2],[582.73,673.779997,247.01],[618.92,676.269997,247.13],[592.72,666.159996,247.94],[640.53,676.330002,248.87],[607.25,591.950004,250.62],[581.14,612.470001,252.84],[546.09,661.560003,250.1],[572.97,669.899997,249.4],[591.51,673.320002,249.4],[591.87,673.930001,249.34],[531.49,669.530003,248.46],[561.14,671.160003,247.42],[528.58,676.299997,246.66],[585.56,593.719999,246.6],[547.02,623.000002,247.83],[511.7,678.699999,247.77],[561.44,680.040001,245.09],[575.65,672.529996,244.39],[573.14,674.850001,244.1],[553.04,680.230001,242.82],[585.2,681.869995,242.53],[550.83,677.669996,241.71],[577.43,593.299996,241.53],[565.31,652.990002,242.82],[592.43,685.190001,242.64],[509.67,683.779999,241.42],[582.28,684.009996,240.72],[596.42,682.14,240.9],[591.59,686.070002,241.37],[586.86,683.910001,241.42],[618.39,683.829996,241.82],[624.15,691.580002,242.53],[617.13,599.499996,243.93],[596.49,596.66,246.26],[633.31,693.260002,248.06],[632.63,696.639998,249.29],[600.95,685.020001,249.58],[551.76,685.489996,249.7],[565.74,687.109997,249.64],[611.16,692.229996,249.69],[624.59,689.970003,250.57],[582.75,686.470003,250.74],[592.78,599.020004,251.73],[581.31,615.589997,252.89],[599.04,700.399999,253.01],[576.2,697.16,253.77],[593.12,693.299998,254.24],[507.32,668.219999,251.09],[579.65,669.859999,250.1],[590.87,670.779999,249.92],[590.26,670.21,249.8],[543.71,578.519997,249.17],[564.58,590.269999,249.63],[572.49,680.619998,249.75],[584.72,687.680003,249.34],[635.44,688.740002,249.75],[649.14,695.309997,250.79],[600.98,696.559998,250.8],[524.41,685.750003,249.86],[592.04,699.340003,248.53],[583.71,684.189997,248.59],[632.33,609.299998,249.46],[599.85,635.389998,251.09],[650.64,704.19,251.9],[655.24,700.919998,252.78],[639.85,698.870001,253.88],[603.41,695.010002,254.41],[660.68,693.520001,255.52],[642.68,690.500003,256.5],[608.02,690.970003,256.5],[517.19,678.069998,256.15],[546.4,606.15,254.76],[567.63,597.500002,255.17],[555.01,689.419996,255.11],[573.43,694.730003,254.88],[542.37,681.259997,255.17],[580.27,690.940002,254.7],[556.61,687.470001,254.35],[578.84,682.400002,254.06],[515.32,689.370002,250.5],[548.32,598.839999,249.98],[571.52,621.710002,250.63],[567.12,686.780004,250.39],[581.51,693.279996,249.34],[602.82,689.800002,249.11],[622.01,689.63,249.63],[603.54,686.070002,250.86],[593.79,682.340001,251.38],[552.69,682.179996,251.61],[549.74,683.059999,251.38],[595.63,602.259999,251.55],[593.37,593.41,253.18],[629.74,678.860001,255.05],[646.41,689.619999,256.44],[636.28,681.360001,258.31],[629.97,666.639999,260.18],[555.87,653.289998,261.23],[604.56,657.639998,262.04],[639.57,667.630001,263.84],[606.51,653.75,265.59],[523.44,564.740002,267.23],[523.85,597.419999,267.81],[621.47,667.669997,268.97],[638.44,676.22,271.47],[632.67,654.72,274.33],[606.99,655.64,275.26],[592.71,651.799997,276.02],[577.14,645.43,276.07],[548.35,643.95,276.01],[588.73,647.639998,275.78],[516.65,553.41,275.55],[553.25,552.879999,275.6],[508.06,630.659998,275.78],[567.35,643.880002,275.03],[555.05,637.049998,275.03],[590.42,645.719998,275.26],[630.5,652.03,276.25],[631.76,647.459999,277.36],[635.62,651.819999,278.12],[616.2,651.729998,278.76],[551.59,553.41,279.63],[556.43,590.300001,280.67],[542.31,653.739999,280.85],[638.43,655.780001,280.79],[654.78,653.87,281.96],[647.23,658.56,283.53],[621.01,663.080001,284.87],[633.46,658.719999,285.98],[576.41,655.389999,286.62],[590.79,661.95,286.86],[550.63,569.68,286.86],[614.48,578.4,288.83],[581.03,673.37,289.88],[548.68,676.789998,290.7],[560.51,674.420004,290.7],[556.76,670.24,290.35],[579.57,674.71,289.93],[580.04,676.740001,289.65],[559.5,675.16,289.47],[526.07,579.78,286.8],[535.56,588.079999,287.2],[563.81,665.03,287.32],[557.14,667.330001,287.08],[563.3,670.979999,285.8],[568.91,660.399998,285.45],[592.92,669.980001,285.11],[557.2,683.160001,284.75],[563.18,688.050002,284.52],[600.05,697.590001,283.06],[515.92,598.430002,282.48],[566.55,603.050002,282.89],[589.93,656.929999,284.46],[630.76,697.02,284.64],[612.6,693.06,285.11],[625.69,690.329995,285.56],[591.18,688.990002,286.03],[609.38,695.260002,286.15],[592.39,686.249999,286.5],[533.56,684.779999,286.26],[540.06,602.040003,286.04],[618.76,629.209995,287.26],[600.33,695.899997,288.02],[588.3,699.119998,289.36],[606.26,695.069999,289.82],[612.29,691.560002,290.46],[613.49,691.739998,291.04],[607.5,696.01,291.69],[625.82,694.969995,292.62],[611.11,688.410001,293.84],[509.84,595.209999,293.84],[506.19,591.019998,293.49],[578.19,690.429996,293.43],[570.7,685.190002,293.08],[551.35,683.019998,292.21],[560.61,692.429998,290.93],[601.32,686.049999,290.87],[656.38,687.659996,291.92],[617.7,682.659997,292.44],[574.09,678.679998,292.67],[527.13,585.060003,292.09],[586.88,619.76,292.96],[642.63,677.530003,293.78],[648.03,684.490003,294.36],[595.23,677.710001,294.72],[616.89,685.549997,294.72],[614.96,685.619999,294.72],[592.18,690.979996,295.35],[645.67,694.77,296.05],[633.48,686.64,296.41],[545.11,595.35,296.58],[562.46,593.179998,296.81],[595.34,668.23,298.68],[626.79,694.290001,300.01],[605.16,688.189998,300.71],[638.5,698.069999,300.71],[646.98,693.630001,301.41],[619.24,691.619999,301.99],[653.18,694.360002,302.98],[630.24,696.429997,303.56],[580.9,601.839998,304.44],[545.6,623.739997,305.37],[626.01,692.120005,305.37],[654.93,696.909997,305.83],[661.27,704.860002,307.12],[643.01,698.65,308.34],[624.06,703.77,309.04],[638.9,708.150003,309.04],[640.75,710.900004,309.04],[615.69,704.790001,309.33],[615.62,617.3,310.27],[586.74,616.210005,311.96],[553.26,712.609999,312.13],[650.31,717.340002,311.9],[687.97,726.559999,312.89],[649.86,713.889996,314.4],[687.08,721.699997,316.03],[683.38,735.25,317.66],[683.49,738.480001,319.23],[681.23,729.280003,320.58],[606.3,611.259999,322.43],[618.38,656.91,324.3],[546.38,682.839998,324.6],[599.44,716.429997,325.35],[622.12,730.029996,326.51],[647.35,744.590002,326.98],[620.33,738.869998,326.98],[649.01,749.519996,326.98],[629.66,743.24,327.1],[655.68,749.529997,327.5],[656.32,665.099998,328.49],[619.93,655.980002,330.48],[514.77,717.320002,330.82],[552.71,752.880001,328.03],[576.36,742.819998,326.45],[602.55,745.819997,325.64],[600.96,746.909999,324.88],[576.67,746.639997,323.02],[618.33,753.619999,322.08],[591.43,753.540002,321.1],[608.76,663.769997,320.63],[590.46,657.679998,321.39],[585.83,742.23,321.39],[581.95,746.919998,316.67],[615.24,740.830003,315.68],[617.42,744.390005,314.92],[571.21,730.170002,313.76],[640.39,730.339997,313.18],[610.97,746.249996,313.06],[625.89,665.200002,313.0],[611.4,657.179999,313.76],[582.14,756.549997,314.05],[530.92,750.299998,313.23],[615.28,751.129998,312.3],[649.41,755.659998,311.66],[613.07,745.68,311.43],[627.21,751.160002,310.78],[626.69,744.850001,310.78],[640.72,736.670001,310.68],[633.37,635.400001,311.08],[606.92,646.890001,312.59],[602.17,696.249999,313.06],[641.26,699.92,313.0],[584.47,688.250003,313.18],[522.08,639.130002,312.94],[507.42,634.8,309.74],[566.11,651.259998,308.81],[574.72,650.510002,308.75],[580.79,558.689996,309.22],[557.65,563.099997,310.56],[571.74,660.419998,310.91],[566.3,665.520001,310.91],[598.52,661.730002,310.61],[542.35,659.130001,310.85],[599.4,664.199999,311.08],[611.64,669.29,311.89],[581.21,675.769999,312.48],[610.22,669.320002,313.12],[593.57,574.809997,315.27],[589.84,591.289999,317.89],[622.43,676.290001,319.46],[624.6,669.219996,321.97],[578.1,661.970002,323.66],[546.21,659.57,323.89],[598.63,680.549997,323.89],[613.59,680.619995,324.76],[619.95,680.369998,325.93],[575.78,672.260002,326.69],[620.61,582.93,327.91],[596.26,612.930001,330.47],[590.88,706.18,330.59],[565.35,703.430001,330.3],[569.25,695.699996,329.48],[540.92,698.46,325.17],[578.65,686.649997,323.84],[587.69,694.349998,323.25],[547.22,699.230004,321.79],[571.13,629.41,321.04],[574.89,705.959996,321.27],[563.78,752.179997,320.16],[573.13,756.769998,318.36],[606.17,764.490004,316.61],[544.55,707.950002,314.87],[516.68,695.099998,312.77],[534.95,710.500004,310.27],[563.26,735.180001,308.34],[549.06,721.949997,306.3],[634.38,655.450003,305.14],[627.79,648.799997,306.37],[635.32,749.479999,307.0],[603.13,742.999999,307.99],[570.73,733.389999,308.28],[617.91,740.459995,307.47],[613.13,742.310003,306.42],[627.21,740.750002,305.96],[547.37,739.379998,304.55],[567.56,744.94,302.58],[587.33,657.960002,301.64],[643.62,672.819997,302.87],[659.8,750.929995,303.1],[659.0,752.679997,303.22],[650.04,749.019997,303.39],[650.91,751.899999,303.39],[598.33,749.430002,302.64],[647.72,750.919996,302.17],[643.21,752.639998,301.99],[562.16,723.179997,300.71],[506.88,636.099998,296.23],[566.23,726.389998,294.18],[587.52,742.920001,292.55],[588.72,738.339997,291.51],[594.52,740.83,290.29],[550.62,714.729999,288.78],[578.52,736.069997,286.56],[572.62,739.770003,284.81],[561.82,741.289997,282.95],[517.29,682.43,278.69],[569.63,752.659998,276.71],[587.61,778.199998,275.43],[627.85,802.280002,274.38],[629.04,799.159995,273.22],[614.3,774.500002,272.0],[575.14,788.720001,270.01],[624.76,797.129998,268.39],[636.82,797.109998,267.11],[610.68,660.65,266.87],[512.12,650.799995,267.05],[532.28,723.469996,265.0],[583.61,734.749998,263.38],[624.66,729.869995,262.97],[633.76,753.639999,262.97],[580.64,728.099997,262.51],[567.69,751.159997,260.99],[633.61,750.410001,260.53],[611.06,745.209997,260.17],[562.44,655.959998,260.52],[509.32,654.420003,260.35],[559.52,727.930002,258.02],[621.3,755.319999,257.38],[627.99,751.999997,257.26],[629.61,752.200002,257.2],[677.41,762.18,257.67],[581.12,731.749998,257.55],[633.97,749.989995,256.91],[636.45,756.549997,256.22],[603.94,663.830001,255.8],[512.9,694.920003,255.05],[577.97,754.469998,252.72],[593.87,745.8,252.61],[635.06,744.899998,252.78],[619.78,740.05,252.48],[599.07,721.239999,251.49],[611.63,736.120001,250.68],[605.65,721.479998,249.28],[586.13,740.83,248.58],[572.98,649.409997,248.59],[553.94,680.96,248.41],[575.33,713.680001,246.72],[629.78,735.649995,245.67],[625.02,741.549999,245.61],[641.93,740.139997,245.79],[623.93,748.210004,246.02],[636.97,779.67,245.62],[619.34,778.530002,244.62],[633.49,784.87,242.93],[599.08,667.340003,242.0],[517.85,602.809998,242.29],[543.18,702.610001,237.35],[580.87,729.090002,235.71],[586.22,727.539996,234.6],[586.47,692.870002,222.79],[612.73,691.570001,222.55],[612.58,674.809996,223.3],[622.2,693.189997,224.12],[612.91,676.079997,224.94],[526.6,652.299996,225.06],[596.03,578.030003,225.52],[600.33,617.629997,227.79],[572.48,643.109998,228.66],[582.89,673.489997,226.68],[607.67,674.289998,226.8],[615.96,653.63,227.91],[604.42,675.040003,228.49],[571.49,653.669998,228.84],[583.74,666.769996,228.15],[572.87,575.33,227.5],[560.31,552.490002,228.84],[548.07,658.689998,229.07],[572.13,640.179999,230.12],[505.44,634.14,229.65],[598.76,641.250003,229.19],[618.9,654.739998,229.42],[624.42,638.170001,230.41],[630.29,640.660001,231.46],[617.65,643.019997,232.34],[577.44,571.969999,233.03],[624.12,570.959998,235.37],[681.05,659.719996,237.23],[670.5,661.569998,239.32],[631.0,649.330002,240.66],[618.39,653.899999,240.9],[616.71,667.450003,240.84],[658.19,666.040001,241.77],[693.19,662.960002,243.52],[676.25,658.889999,245.56],[557.65,568.449997,246.49],[586.82,561.159997,248.06],[624.29,664.069997,248.23],[622.51,662.090001,248.52],[585.73,655.730003,248.52],[551.11,648.339999,248.06],[591.0,648.050001,247.18],[587.82,649.010002,247.59],[616.32,652.490002,248.41],[611.09,665.769999,248.93],[620.73,615.049996,249.87],[619.69,618.6,250.21],[601.67,711.580002,250.1],[618.03,716.089996,250.51],[570.62,706.770001,250.91],[531.95,654.409997,249.11],[567.23,656.099998,247.53],[613.61,656.300002,247.36],[632.24,654.609997,247.88],[628.82,654.450002,249.05],[641.18,572.019997,250.68],[614.76,566.139998,253.83],[599.14,652.380004,255.92],[650.84,662.7,256.62],[626.9,666.560003,258.25],[641.77,663.170003,260.06],[590.89,665.569997,260.87],[560.61,668.469999,260.41],[615.1,675.610001,260.35],[660.67,676.559996,261.34],[630.93,588.22,264.02],[623.03,580.549998,267.17],[620.21,665.809997,271.82],[606.5,661.229999,273.33],[574.43,665.989998,274.5],[550.16,658.849998,274.27],[580.23,652.870002,274.27],[539.1,653.280003,278.7],[580.79,656.579996,279.74],[640.12,657.539998,280.74],[636.66,664.909996,282.6],[637.8,668.820001,284.35],[555.47,665.260004,285.28],[503.23,665.509997,283.47],[606.11,677.86,282.71],[641.81,612.839998,283.47],[637.88,601.049998,286.1],[639.28,678.899998,287.55],[593.42,708.499999,288.07],[643.05,734.919995,288.01],[659.21,745.280003,288.01],[653.42,744.589996,288.3],[569.05,744.81,288.01],[567.54,738.869994,286.5],[620.14,750.409997,284.98],[639.29,677.129998,284.75],[604.16,665.269999,285.33],[607.4,758.259998,284.93],[564.46,749.81,283.71],[583.49,797.240003,281.14],[591.42,795.88,278.7],[592.4,802.220003,276.25],[528.99,789.569999,273.28],[526.62,782.499998,269.55],[568.5,766.72,266.23],[585.68,673.399998,265.47],[608.17,676.279997,266.23],[600.54,763.609997,266.34],[583.75,769.989996,266.34],[594.02,765.910001,265.65],[569.63,764.260001,263.84],[571.11,763.819996,261.93],[520.0,751.219996,259.59],[537.5,736.659999,256.86],[523.6,709.19,254.18],[596.1,642.009999,253.36],[599.79,648.569998,254.41],[597.04,707.799996,254.41],[583.87,708.499998,253.77],[636.82,709.409999,253.41],[626.02,710.029997,253.82],[624.04,710.420002,253.88],[600.31,714.450001,253.65],[513.57,704.280001,252.02],[545.03,715.839995,250.21],[571.15,630.359998,248.93],[614.7,622.289995,249.98],[623.75,714.389997,250.56],[638.92,713.97,251.03],[619.5,711.450001,251.32],[598.25,709.500005,251.61],[570.64,708.44,250.86],[620.92,708.389995,250.8],[639.21,703.829997,251.21],[614.49,700.879996,251.78],[536.49,608.78,251.96],[588.66,598.380001,252.2],[542.73,694.769997,251.27],[594.89,694.129998,251.38],[654.52,700.899998,251.56],[632.93,691.749998,252.26],[628.52,690.21,252.61],[650.48,683.18,253.19],[643.88,682.779999,254.24],[588.62,678.289999,254.76],[552.78,598.25,254.87],[659.56,598.54,256.15],[676.77,691.9,258.66],[676.9,684.129999,260.17],[687.26,688.95,262.22],[692.53,685.460002,264.19],[676.4,682.909998,266.11],[638.46,675.649998,267.57],[674.87,680.359999,268.21],[670.56,688.82,269.9],[643.56,596.279998,272.0],[583.75,600.159999,274.38],[579.38,694.859999,273.34],[668.82,698.180002,273.51],[692.93,694.889998,274.85],[639.47,681.7,276.19],[651.41,681.389999,277.3],[626.87,675.19,278.46],[627.24,673.490001,278.99],[622.85,670.009999,279.75],[607.56,581.830002,280.27],[539.85,575.199998,281.2],[572.15,677.880003,281.61],[572.31,665.31,282.48],[613.95,663.630001,282.77],[627.23,659.169998,283.12],[633.95,659.18,283.94],[596.96,654.349997,284.81],[638.0,650.040001,285.57],[627.23,650.22,286.61],[607.98,567.719998,287.03],[541.06,598.280001,287.72],[632.93,700.019999,287.2],[635.57,707.119997,287.78],[650.39,711.240001,288.48],[627.82,713.54,288.77],[653.66,712.409997,288.77],[643.1,710.909999,289.41],[648.74,721.36,289.93],[658.11,719.649998,290.57],[642.19,640.25,292.38],[631.31,640.990002,294.48],[568.08,720.830002,295.06],[599.06,739.110001,294.14],[640.13,695.159998,294.48],[667.54,695.16,295.65],[625.29,699.220001,296.46],[654.64,702.639996,297.4],[628.31,700.859999,298.5],[654.35,681.949997,299.73],[635.66,589.57,301.06],[600.59,627.339998,303.27],[561.66,696.650003,303.21],[569.4,712.240001,302.11],[590.43,694.770001,302.17],[685.78,697.14,302.92],[668.76,683.140001,304.91],[662.25,691.129998,306.36],[601.38,713.57,306.3],[675.31,717.519998,306.3],[628.36,582.319997,307.87],[612.86,580.989998,310.79],[583.69,582.600001,313.12],[603.04,666.61,313.59],[607.12,680.560003,313.0],[623.01,687.099999,312.82],[654.13,693.479999,313.0],[645.36,701.190003,313.12],[594.27,698.159999,312.71],[628.27,696.409999,312.07],[591.19,615.910004,312.07],[644.82,616.120001,313.35],[608.63,701.969994,313.58],[618.2,699.789997,312.83],[565.2,696.670002,307.99],[572.04,692.869996,306.25],[555.2,692.930001,304.49],[588.88,702.959996,302.75],[575.91,695.64,301.47],[577.18,615.409999,301.0],[579.71,617.029997,301.41],[559.45,640.320003,302.34],[512.84,703.879998,302.46],[566.78,715.079996,298.38],[560.36,703.290001,296.81],[588.92,702.940002,295.47],[587.93,702.890004,294.66],[594.74,701.310003,293.78],[564.67,628.069997,293.26],[583.18,660.46,293.66],[594.45,698.410003,293.55],[561.54,692.830001,292.38],[523.64,687.879999,291.05],[551.59,698.229999,289.13],[607.32,699.319999,287.96],[596.2,726.050002,287.55],[628.37,731.519996,287.14],[607.36,697.760001,287.49],[595.34,621.679997,288.77],[599.45,618.99,290.81],[587.63,606.090001,293.02],[543.04,682.859999,293.31],[511.94,683.639999,292.21],[616.42,696.729999,291.86],[619.91,692.370003,292.15],[591.57,683.249998,292.39],[628.29,690.949999,292.96],[636.04,713.57,293.9],[614.27,630.4,295.07],[612.59,633.470001,297.27],[609.01,717.479995,298.5],[552.56,699.589999,299.44],[526.86,692.83,298.5],[558.98,697.54,296.87],[609.76,695.649998,296.23],[586.23,702.339998,296.06],[562.17,702.089997,295.29],[600.11,722.919996,293.66],[596.96,629.47,293.66],[586.37,609.720002,294.78],[577.02,625.62,295.82],[558.68,692.089999,292.85],[648.84,701.32,292.56],[642.99,703.809999,293.08],[627.74,704.469996,293.55],[591.22,690.460001,293.15],[606.07,703.050003,292.73],[593.7,638.969998,292.85],[624.04,659.450002,294.66],[581.51,693.430001,295.24],[580.69,691.659998,294.43],[618.34,695.369997,294.43],[642.16,706.930002,294.01],[631.13,706.610003,294.36],[658.49,702.510004,295.07],[618.03,705.9,295.47],[633.56,709.889998,295.47],[588.57,615.260004,296.34],[549.99,614.880001,297.45],[570.75,637.37,298.56],[535.52,716.519997,298.79],[517.01,710.839998,296.99],[573.54,712.530004,295.36],[582.17,715.000001,294.19],[575.0,710.680003,293.14],[591.41,712.28,291.57],[562.8,713.139999,290.47],[590.2,644.349995,289.7],[574.19,638.380003,290.52],[563.97,710.43,290.35],[552.49,711.340003,286.44],[554.18,707.790002,284.64],[501.42,714.420001,284.06],[513.47,711.35,284.35],[512.1,723.730003,287.03]]"],"modelSettings":{"temp":"0"},"hasModel":false})]
+[2024-09-30 14:53:10.951] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Read "application/json;charset=UTF-8" to [MdkDTO(pyName=PredFactGuiComShortPointLossRateMasteelV4, className=iail.mdk.model.pred.fact.impl.Pre (truncated)...]
+[2024-09-30 14:53:10.951] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.c.u.DllUtils.loadJar,line : 72] 成功加载jar包:D:\DLUT\mpkBakFile\jar\PredFactGuiComShortPointLossRateMasteelV4.jar
+[2024-09-30 14:53:10.958] | [http-nio-8983-exec-8][INFO ] | [c.i.m.m.m.c.u.DllUtils.loadDll,line : 29] 成功加载dll:D:\DLUT\mpkBakFile\dll\PredFactGuiComShortPointLossRateMasteelV4.dll
+[2024-09-30 14:53:12.990] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/json, application/*+json]
+[2024-09-30 14:53:12.990] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [CommonResult(code=0, data={"models":{"paramFile":"D:/soft/SmartEnergyStudio/MDK/MDK.zhanjiang.202112 (truncated)...]
+[2024-09-30 14:53:12.991] | [http-nio-8983-exec-8][INFO ] | [c.i.f.a.c.i.ApiAccessLogInterceptor.afterCompletion,line : 70] [afterCompletion][完成请求 URL(/admin-api/model/mpk/api/run) 耗时(2044 ms)]
+[2024-09-30 14:53:12.992] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:53:27.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:53:27.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:53:27.829] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:53:27.840] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:53:27.840] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1cdb067f]
+[2024-09-30 14:53:27.841] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:53:47.823] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:53:47.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:53:47.824] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:53:47.830] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:53:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@6efd3c69]
+[2024-09-30 14:53:47.831] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:54:07.817] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:54:07.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:54:07.819] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:54:07.826] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:54:07.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@295e08a0]
+[2024-09-30 14:54:07.827] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:54:07.880] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:54:07.880] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:54:07.881] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:54:07.881] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:54:07.881] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:54:07.882] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:54:27.827] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:54:27.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:54:27.828] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:54:27.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:54:27.835] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@15e5a3c]
+[2024-09-30 14:54:27.836] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:54:47.828] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:54:47.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:54:47.829] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:54:47.838] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:54:47.838] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@706aad5d]
+[2024-09-30 14:54:47.839] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:55:07.819] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:55:07.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:55:07.820] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:55:07.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:55:07.826] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@37a0319f]
+[2024-09-30 14:55:07.827] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:55:27.818] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:55:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:55:27.819] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:55:27.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:55:27.827] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@34a74d34]
+[2024-09-30 14:55:27.828] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:55:47.813] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:55:47.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:55:47.814] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:55:47.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:55:47.821] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@191d7]
+[2024-09-30 14:55:47.822] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:56:07.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:56:07.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:56:07.821] | [http-nio-8983-exec-10][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:56:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:56:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@1035246d]
+[2024-09-30 14:56:07.828] | [http-nio-8983-exec-10][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:56:07.884] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:56:07.885] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:56:07.885] | [http-nio-8983-exec-1][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:56:07.886] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:56:07.886] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:56:07.887] | [http-nio-8983-exec-1][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:56:27.809] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:56:27.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:56:27.810] | [http-nio-8983-exec-2][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:56:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:56:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@2e23a8b9]
+[2024-09-30 14:56:27.818] | [http-nio-8983-exec-2][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:56:47.819] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:56:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:56:47.820] | [http-nio-8983-exec-3][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:56:47.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:56:47.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@5c13ab0f]
+[2024-09-30 14:56:47.829] | [http-nio-8983-exec-3][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:57:07.817] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:57:07.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:57:07.818] | [http-nio-8983-exec-4][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:57:07.825] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:57:07.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@21141c61]
+[2024-09-30 14:57:07.826] | [http-nio-8983-exec-4][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:57:27.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:57:27.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:57:27.821] | [http-nio-8983-exec-5][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:57:27.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:57:27.830] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@3e15dded]
+[2024-09-30 14:57:27.831] | [http-nio-8983-exec-5][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:57:47.831] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:57:47.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:57:47.832] | [http-nio-8983-exec-6][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:57:47.843] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:57:47.844] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@249a6784]
+[2024-09-30 14:57:47.844] | [http-nio-8983-exec-6][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:58:07.822] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:58:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:58:07.823] | [http-nio-8983-exec-7][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:58:07.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:58:07.829] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@db8f8b1]
+[2024-09-30 14:58:07.831] | [http-nio-8983-exec-7][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:58:07.882] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:58:07.883] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/info", parameters={}
+[2024-09-30 14:58:07.883] | [http-nio-8983-exec-9][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'info'
+[2024-09-30 14:58:07.884] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:58:07.885] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor.traceDebug,line : 120] Writing [{}]
+[2024-09-30 14:58:07.886] | [http-nio-8983-exec-9][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:58:27.815] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:58:27.816] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.traceDebug,line : 120] GET "/actuator/health", parameters={}
+[2024-09-30 14:58:27.817] | [http-nio-8983-exec-8][DEBUG] | [o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping.getHandler,line : 522] Mapped to Actuator web endpoint 'health'
+[2024-09-30 14:58:27.829] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.writeWithMessageConverters,line : 268] Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
+[2024-09-30 14:58:27.830] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.m.m.a.HttpEntityMethodProcessor.traceDebug,line : 120] Writing [org.springframework.boot.actuate.health.SystemHealth@62c1f5e5]
+[2024-09-30 14:58:27.831] | [http-nio-8983-exec-8][DEBUG] | [o.s.w.s.DispatcherServlet.logResult,line : 1131] Completed 200 OK
+[2024-09-30 14:58:29.928] | [Thread-3][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 102] [HttpClientBeanHolder] Start destroying common HttpClient
+[2024-09-30 14:58:29.928] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 136] [NotifyCenter] Start destroying Publisher
+[2024-09-30 14:58:29.928] | [Thread-9][WARN ] | [c.a.n.c.n.NotifyCenter.shutdown,line : 153] [NotifyCenter] Destruction of the end
+[2024-09-30 14:58:29.929] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.a.ApplicationAvailabilityBean.onApplicationEvent,line : 77] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
+[2024-09-30 14:58:29.929] | [SpringApplicationShutdownHook][DEBUG] | [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.doClose,line : 1060] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@33feb805, started on Mon Sep 30 14:36:10 CST 2024
+[2024-09-30 14:58:29.929] | [Thread-3][WARN ] | [c.a.n.c.h.HttpClientBeanHolder.shutdown,line : 111] [HttpClientBeanHolder] Destruction of the end
+[2024-09-30 14:58:30.342] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 95] De-registering from Nacos Server now...
+[2024-09-30 14:58:30.348] | [SpringApplicationShutdownHook][INFO ] | [c.a.c.n.r.NacosServiceRegistry.deregister,line : 115] De-registration finished.
+[2024-09-30 14:58:30.401] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 215] dynamic-datasource start closing ....
+[2024-09-30 14:58:30.405] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-2} closing ...
+[2024-09-30 14:58:30.416] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-2} closed
+[2024-09-30 14:58:30.416] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [iailab_ntt_model] success,
+[2024-09-30 14:58:30.416] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2204] {dataSource-1} closing ...
+[2024-09-30 14:58:30.417] | [SpringApplicationShutdownHook][INFO ] | [c.a.d.p.DruidDataSource.close,line : 2277] {dataSource-1} closed
+[2024-09-30 14:58:30.417] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.d.DefaultDataSourceDestroyer.destroy,line : 98] dynamic-datasource close the datasource named [master] success,
+[2024-09-30 14:58:30.418] | [SpringApplicationShutdownHook][INFO ] | [c.b.d.d.DynamicRoutingDataSource.destroy,line : 219] dynamic-datasource all closed success,bye

--
Gitblit v1.9.3